* {
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    "Helvetica", "Arial", "Lucida Grande", sans-serif;
  font-weight: 200;
  font-size: 1.1em;
  overflow-x: hidden;
}
body {
  background: #d9d9d9;
}
h2 {
  font-family: "League Gothic", Impact;
  font-weight: normal;
  font-size: 3.8em;
  line-height: 100%;
  text-transform: uppercase;
  color: #0092bf;
}
th,
strong {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande",
    sans-serif;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tbody tr:hover > td,
tbody tr:hover > th {
  background-color: #f6f6f6;
}
body > div#contentwrapper {
  -webkit-transition: -webkit-transform 0.4s, -webkit-filter 1.2s, opacity 1.2s;
  transition: transform 0.4s, filter 1.2s, opacity 1.2s;
  background: #d9d9d9;
}
@media (max-width: 680px) {
  body > div#contentwrapper {
    margin: auto;
  }
}
.header {
  background: #eee;
}
.header h1 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande",
    sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  color: #666;
  padding: 8px 40px;
  margin: 0 auto;
  max-width: 900px;
}
.header h1 span {
  margin-right: 10px;
}
.header h1 span,
.header h1 em {
  zoom: 1;
  display: inline-block;
  *display: inline;
}
.header h1 strong {
  font-family: html5test;
  font-weight: normal;
  font-size: 1.8em;
  color: #ec6534;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 7px;
}
.header h1 em {
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.15em;
  color: #bbb;
}
@media (max-width: 680px) {
  .header h1 {
    width: 400px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .header h1 em {
    font-size: 1em;
  }
}
@media (max-width: 432px) {
  .header h1 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header h1 em {
    font-size: 0.9em;
  }
}
.footer {
  background: #eee;
  margin-top: 30px;
  padding: 20px;
  overflow: hidden;
  min-height: 43px;
}
.footer > div {
  position: relative;
  padding-right: 300px;
}
.footer > div .copyright {
  font-size: 0.75em;
  color: #777;
}
.footer > div .copyright a {
  color: #888;
}
.footer > div .copyright p {
  margin-bottom: 0.8em;
}
@media (max-width: 680px) {
  .footer > div {
    padding-right: 0;
  }
}
.page {
  margin: 2.5em auto 0;
  max-width: 900px;
  padding: 0 40px;
}
.page > .column {
  position: relative;
  zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
.page > .column .left,
.page > .column .right {
  width: 50%;
  zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page > .column .left > div {
  padding-right: 10px;
}
.page > .column .right > div {
  padding-left: 10px;
}
@media (max-width: 680px) {
  .page {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .page > .column {
    width: auto;
    max-width: 400px;
    overflow: hidden;
    text-align: left;
  }
  .page > .column .left,
  .page > .column .right {
    width: 100%;
  }
  .page > .column .left > div,
  .page > .column .right > div {
    padding: 0;
  }
}
@media (max-width: 432px) {
  .page > .column {
    width: 90% !important;
  }
}
.detailsTable .check,
.detailsTable .ballot,
.detailsTable .partial {
  position: relative;
  display: inline-block;
  top: -1px;
  color: #888;
  font-size: 1.2em;
  margin: 0 0 0 6px;
  width: 1em;
  text-align: center;
  vertical-align: middle;
}
.detailsTable .check {
  font-family: html5test;
  font-weight: normal;
  color: #1c8c1d;
}
.detailsTable .ballot {
  font-family: html5test;
  font-weight: normal;
  color: #853333;
}
.detailsTable .partial {
  font-family: html5test;
  font-weight: normal;
}
.detailsTable .partially {
  color: #888;
}
#loading {
  min-height: 500px;
  position: relative;
}
#loading div {
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  font-family: html5test;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  color: #bbb;
  -webkit-animation: loader 1s steps(8) infinite;
  animation: loader 1s steps(8) infinite;
}
#score {
  z-index: 10;
}
.pointsPanel {
  background: #fff;
  min-height: 145px;
  padding: 0 155px 0 0;
}
.pointsPanel h2 {
  font-size: 2.3em;
  color: #aaa;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
.pointsPanel h2 > strong,
.pointsPanel h2 > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.pointsPanel h2 > strong {
  font-family: "League Gothic", Impact;
  font-weight: normal;
  font-size: 3.8em;
  color: #0092bf;
  line-height: 145px;
  margin: 0 10px;
}
@media (max-width: 900px) {
  .pointsPanel {
    font-size: 90%;
  }
}
@media (max-width: 820px) {
  .pointsPanel {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  .pointsPanel {
    font-size: 100%;
  }
  .pointsPanel h2 {
    padding: 10px 0;
  }
  .pointsPanel h2 > span,
  .pointsPanel h2 > strong {
    display: block;
  }
}
@media (max-width: 680px) {
  .pointsPanel {
    padding: 0;
  }
}
.useragent {
  position: relative;
  box-sizing: border-box;
  border-top: 8px solid #d9d9d9;
  display: block;
  text-align: left;
  text-transform: none;
  font-size: 0.8em;
  color: #222;
  padding: 10px 100px 10px 10px;
  background: #eee;
}
@media (max-width: 680px) {
  .useragent {
    position: relative;
    border-left: 0;
    font-size: 0.75em;
    min-height: 1.7em;
  }
}
.resultsTable {
  margin-bottom: 40px;
}
.resultsTable .category {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.resultsTable .category h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande",
    sans-serif;
  text-transform: lowercase;
}
.resultsTable .category h2::before {
  font-family: html5test;
  font-weight: normal;
  font-size: 1.2em;
  padding-right: 4px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.resultsTable .category.semantics h2::before {
  content: "";
}
.resultsTable .category.offlinestorage h2::before {
  content: "";
}
.resultsTable .category.deviceaccess h2::before {
  content: "";
}
.resultsTable .category.connectivity h2::before {
  content: "";
}
.resultsTable .category.multimedia h2::before {
  content: "";
}
.resultsTable .category.graphicseffects h2::before {
  content: "";
}
.resultsTable .category.performanceintegration h2::before {
  content: "";
}
.resultsTable table {
  border-spacing: 0;
  position: relative;
  margin: 0 0 24px;
  background: #fff;
  color: #000;
  border-collapse: separate;
}
.resultsTable table thead tr {
  color: #fff;
  background: #0092bf;
}
.resultsTable table thead tr > * {
  border-bottom: 8px solid #d9d9d9;
}
.resultsTable table thead th {
  position: relative;
  padding: 0px 10px;
  height: 44px;
  font-family: "League Gothic", Impact;
  font-weight: normal;
  font-size: 2em;
  text-align: left;
}
.resultsTable table thead th div.grade {
  position: absolute;
  top: 0;
  right: 0;
}
.resultsTable table thead th div > span {
  display: block;
  height: 100%;
  line-height: 44px;
  padding: 0 10px;
  font-family: "League Gothic", Impact;
  font-size: 0.8em;
}
.resultsTable table thead th span.reasonable {
  background-color: #e7c333;
}
.resultsTable table thead th span.good {
  background-color: #88b038;
}
.resultsTable table thead th span.great {
  background-color: #33af33;
}
.resultsTable table tbody th {
  padding: 5px 10px;
  font-size: 0.75em;
  font-weight: normal;
  text-align: left;
  position: relative;
}
.resultsTable table tbody td {
  padding: 5px 10px;
  font-size: 0.75em;
  text-align: right;
  white-space: nowrap;
}
.resultsTable table tbody tr:first-child th,
.resultsTable table tbody tr:first-child td {
  padding-top: 8px;
}
.resultsTable table tbody tr:last-child th,
.resultsTable table tbody tr:last-child td {
  padding-bottom: 8px;
}
.resultsTable table tbody th code {
  font-size: 12px;
}
.resultsTable table th.details {
  padding: 16px 40px 5px 10px;
}
.resultsTable table tr:first-child th.details {
  padding-top: 8px;
}
.resultsTable table th.details em {
  color: #666;
  font-size: 90%;
}
.resultsTable table tr.hasChild th {
  cursor: pointer;
  padding-left: 28px;
}
.resultsTable table tr.hasChild th > * {
  position: relative;
}
.resultsTable table tr.hasChild th > ::before {
  position: absolute;
  top: 2px;
  left: -18px;
  display: block;
  font-family: html5test;
  font-size: 11px;
  content: "▼";
  color: #888;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  transition: transform 200ms ease;
}
.resultsTable table tr.hasChild.hidden th > ::before {
  -webkit-transform: rotate(-90deg) translateX(-1px);
  -moz-transform: rotate(-90deg) translateX(-1px);
  -ms-transform: rotate(-90deg) translateX(-1px);
  transform: rotate(-90deg) translateX(-1px);
}
.resultsTable table tr.hasChild th,
.resultsTable table tr.hasChild td {
  border-bottom: 1px solid #ccc;
}
.resultsTable table tr.hasChild.hidden th,
.resultsTable table tr.hasChild.hidden td {
  border-bottom: none;
}
.resultsTable table tr.isChild {
  display: none;
}
.resultsTable table tr.isChild th {
  background: #f6f6f6;
  font-size: 0.7em;
  padding: 5px 10px 3px 28px;
}
.resultsTable table tr.isChild td {
  background: #f6f6f6;
  font-size: 0.7em;
  padding: 5px 10px;
}
.resultsTable table tr.isChild th code {
  font-size: 11px;
}
.resultsTable h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #aaa;
  margin: 2em 0 0.5em;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@font-face {
  font-family: "League Gothic";
  src: url("leaguegothic-regular-webfont.eot");
  src: url("leaguegothic-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("leaguegothic-regular-webfont.ttf") format("truetype"),
    url("leaguegothic-regular-webfont.woff") format("woff"),
    url("leaguegothic-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "html5test";
  src: url("html5test.eot");
  src: url("html5test.eot?#iefix") format("embedded-opentype"),
    url("html5test.ttf") format("truetype"),
    url("html5test.woff") format("woff"), url("html5test.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
