    html, body {height: 100%; margin: 0; padding: 0;}
    .container {box-sizing: border-box; width: 55%; min-height: 90%; padding-bottom: 1px; margin-top: 20px; margin-left: 17%;}
    .container-center {box-sizing: border-box; width: 100%; min-height: 90%; padding-bottom: 1px; margin-top: 20px; margin-left: 0%;}
    h1 {font-size: 32px;}
    .container img {max-width:100%;max-height:100%;}
    code {margin-top: 10px; margin-left: 2px; margin-right: 2px;}
     
    .link-top {
        width: 100%;
        height: 1px;
        border-top: solid #ACC0D8 1px;
        margin-bottom: 10px;
    }

    table {
  padding: 0; }
  table tr {
    border-top: 1px solid #cccccc;
    background-color: white;
    margin: 0;
    padding: 0; }
    table tr:nth-child(2n) {
      background-color: #f8f8f8; }
    table tr th {
      font-weight: bold;
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 6px 13px; }
    table tr td {
      border: 1px solid #cccccc;
      text-align: left;
      margin: 0;
      padding: 6px 13px; }
    table tr th :first-child, table tr td :first-child {
      margin-top: 0; }
    table tr th :last-child, table tr td :last-child {
      margin-bottom: 0; }

      a {margin-left: 2px;margin-right: 2px;}
