@import url("https://fonts.googleapis.com/css?family=Ubuntu:normal,bold,italic,bolditalic");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono:normal,bold,italic,bolditalic");

html {
 position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}

body {
 width: 60.25em; max-width: 100%; height: 100%;
 margin: 0 auto;
 background: #fff;
 color: #000;
 font: 12pt "Ubuntu", "Droid Sans", "Trebuchet MS", "DejaVu Sans",
            "Bitstream Vera Sans", "Verdana", sans-serif;
 
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -ms-flex-direction: column;
 -webkit-flex-direction: column;
 flex-direction: column;
}
pre, code, kbd, samp, var, tt {
 font: 12pt "Ubuntu Mono", "Droid Sans Mono", "DejaVu Sans Mono",
            "Consolas", "Courier New", "Courier", monospace;
}
::selection {
 background: #800;
 color: #f8f8f8;
 text-shadow: none !important;
}
::-moz-selection {
 background: #800;
 color: #f8f8f8;
 text-shadow: none !important;
}

h2 {
 width: inherit; max-width: inherit; height: 2em;
 margin: 0; z-index: 1;
 font-size: 1.25em; font-weight: bold;
 line-height: 1.5em;
 
 -ms-flex: 0 0 0%;
 -webkit-flex: 0 0 0%;
 flex: 0 0 0%;
}
.list {
 -ms-flex: 1 0 0%;
 -webkit-flex: 1 0 0%;
 flex: 1 0 0%;
}
  
.foot {
 margin: 0.625em 0;
 font-size: 0.8em;
}

a {
 color: #800;
 text-decoration: none;
}
a:hover, a:focus {
 outline: none;
 text-decoration: underline;
}
 a img {
  border-style: none;
 }
table {
 width: 60em; max-width: 100%;
 margin: 0 auto;
 padding: 0.75em 0 0.25em;
}
 tbody tr:hover {
  background: #efefef;
 }
 td, th {
  padding: 0.25em 1em;
  padding-right: 0;
 }
 .n {
  padding-left: 0;
 }
 td.n {
  color: #888;
  word-wrap: break-word;
 }
 .m {
  width: 11em;
 }
 td.m {
  text-align: center;
 }
 .s {
  width: 3em;
 }
 td.s {
  text-align: right;
 }
 .t {
  width: 25%;
 }

@media screen {
 body {
  background: #f8f8f8;
  color: #555;
 }
 .list:before {
  content: "";
  position: fixed; top: 0; right: 0; bottom: auto; left: 0;
  border-top: 2em solid #333;
 }
 .foot:before {
  content: "";
  position: fixed; top: 2.5em; right: 0; bottom: auto; left: 0;
  display: block; height: 0.4em; z-index: 1;
  background: #800;
  box-shadow: 0 0 9px rgba(0,0,0,1),
              0 0 6px rgba(0,0,0,.25);
 }
 h2 {
  position: fixed; top: 0; right: auto; bottom: auto; left: auto;
  width: auto; max-width: 60.25em; padding: 0 0.5em; z-index: 2;
  background: #800; color: #fff;
  text-shadow: 1px 1px #333;
  font-size: 1em; font-weight: bold;
  line-height: 2em;
 }
 h2::selection {
  background: #f8f8f8;
  color: #800;
  text-shadow: none !important;
 }
 h2::-moz-selection {
  background: #f8f8f8;
  color: #800;
  text-shadow: none !important;
 }
 table {
  margin-top: 2em;
  padding: 0.4em 0.125em 0.125em;
  color: #222;
 }
  th, td {
   padding-right: 0.25em;
  }
  .n {
   padding-left: 0.25em;
  }
 .foot {
  margin: 1.25em 0.625em 0;
  padding-bottom: 0.8em;
 }
}
@media screen and (max-width: 639px),
       screen and (max-device-width: 639px), tv {
 body {
  text-align: center;
 }
 table, .foot {
  text-align: left;
 }
 .list:before, .foot:before {
  position: absolute;
 }
 h2 {
  position: relative; top: 0;
  display: inline-block;
  align-self: center;
 }
 table {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0.25em; padding-left: 0.25em;
 }
}
@media screen and (orientation: portrait) and (min-resolution: 160dpi) {
 body, table {
  max-width: 100%;
 }
}
@media screen and (min-resolution: 160dpi) and (min-width: 480px),
       handheld {
 body {
  width: 48.25em;
 }
 body, pre, code, kbd, samp, var, tt {
  font-size: 16pt;
 }
 table {
  width: 48em;
 }
}
@media handheld, tv, (max-width: 639px), (max-device-width: 639px) {
 table {
  display: block;
  width: 100%;
  padding-top: 0.25em;
 }
  tbody, tr {
   display: block;
   width: 100%;
  }
  tr {
   padding-bottom: 0.25em;
  }
   th {
    display: none;
   }
   td {
    display: inline-block;
   }
   td.m {
    width: 11em;
    text-align: left;
   }
   .m, .s, .t {
    font-size: 0.75em;
    color: #555;
   }
   td.n {
    clear: both;
    display: block;
   }
}
@media (max-width: 359px), (max-device-width: 359px) {
 td.t {
  display: none;
 }
}
@media (max-width: 205px), (max-device-width: 205px) {
 td.m {
  display: none;
 }
}
