@charset "UTF-8";
 table {
  border-spacing:0;
  min-width:50%;
  text-align:left;
  border-collapse:collapse
  }
  table td,table th {
    width: auto;
    padding:5px 5px;
    }
  table tr td,table tr th {
    border-bottom:1px solid rgba(0,0,0,.1)
    }
  table thead th {
    padding:.8em 1em
    }
    p>code{background-color:rgba(255,255,255,.3);
    padding:.1em .2em;
    border-radius:2px
}
