html, body {
    background-color: #f7f7f7;
    font: 14px "Open Sans",sans-serif;
    line-height:1.6;
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-rendering:optimizeLegibility;
    color:#005a70;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  #wrapper {
    min-height: 100%;
    position: relative;
    visibility: hidden;
  }
  #topbar {
    background-color: #003057;
    color: #ffffff;
    padding: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    vertical-align: middle;
    text-align: left;
  }
  .logo {
    vertical-align: middle;
    height: 64px;
  }
  .logotext {
    font-size: 24px;
    text-align: left; 
    vertical-align: middle;
    white-space: nowrap;
  }
  #content {
    text-align: left;
    padding-top: 95px;
    padding-left: 15px;
  }
  .button {
    border: none;
    color: #ffffff;
    background-color:#005a70;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  button:disabled {
    background: #616060;
} 
  label {
    font-size: 20px;
  }
  .radio-group label {
    font-size: 18px;
  }
  h1,h2,h3,h4,h5,h6{font-weight:normal;letter-spacing:.03em;line-height:1.1;margin-top:0}
  h1{font-size:34px;color:#007fa3}
  h2{font-size:28px;color:#007fa3}
  h3{font-size:24px}
  h4{font-size:18px}
  h5{font-size:16px}
  h6{font-size:14px}
  p,ul,ol,li,blockquote,cite,figcaption{letter-spacing:normal}
  h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,cite,figcaption{padding-bottom:0;margin-bottom:24px}
  li{margin-bottom:1em}
  nav li{margin-bottom:0}
  @media screen and (max-width:768px){
  h1{font-size:32px}
  h2{font-size:26px}
  h3{font-size:22px}
  h4{font-size:16px}
  h5{font-size:14px}
  h6{font-size:12px}
  }
  @media screen and (max-width:767px){
  h1{font-size:30px}
  h2{font-size:24px}
  h3{font-size:20px}
  h4{font-size:16px}
  h5{font-size:14px}
  h6,body{font-size:12px}
  }
  pre {
    font: 0.9em Consolas, Menlo, Monaco, Courier, monospace;
    margin: 0;
    white-space: pre-wrap;
  }
  ul.compactlist {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.compactlist li {
    margin-bottom: 0;
  }
  
  table, th, td {
    border: 0px solid black;
  }
  
  th, td {
    padding: 5px;
  }
  
  th.hashint, td.hashint {
    padding: 5px;
    padding-bottom: 0px;
  }
  th.hint, td.hint {
    padding: 0px;
    padding-left: 10px;
    font-size: 12px;
  }
