html, body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html h1, body h1 {
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  color: #369fcd;
  font-size: 120px;
}

html h2, body h2 {
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  color: #757575;
  font-size: 38px;
}

html a, body a {
  background: 0 0;
  color: #7a7a7a;
  text-decoration: none;
}

html a:focus, body a:focus {
  outline: thin dotted;
}

html a:active, html a:hover, body a:active, body a:hover {
  outline: none;
  background: #d7ecf5;
  color: #369fcd;
}

body > div {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #999898;
}

body > div > img {
  margin: 0 0 1em;
  width: 200px;
  height: 152px;
  border: none;
}

body > div > div {
  margin: 2em 0 1em;
  line-height: 1.5;
}

body > div > div > em, body > div > p > em {
  display: inline-block;
  width: 10px;
  text-align: center;
}

body > div > div > span {
  width: 150px;
  display: inline-block;
  text-align: right;
}

body > div > div > span:last-child {
  text-align: left;
}

body > div > p {
  margin: 1em 0;
}

body > div > p > span {
  width: 100px;
  display: inline-block;
  text-align: right;
}

body > div > p > span:last-child {
  text-align: left;
}

@media screen and (max-height: 2999px) and (min-height: 800px) {
  body > div {
    margin-top: 8em;
  }
}

@media screen and (max-height: 799px) and (min-height: 600px) {
  body > div {
    margin-top: 4em;
  }
}

@media screen and (max-height: 599px) and (min-height: 480px) {
  body > div {
    margin-top: 3em;
  }
}

@media screen and (max-height: 479px) {
  body > div {
    width: 80%;
    margin-top: 1em;
  }
  body > div > img {
    width: 80px;
    height: 60.8px;
  }
  body > div > div {
    margin: 1em 0 0;
  }
}

@media screen and (max-width: 479px) {
  body > div > div > span, body > div > div > span:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }
  body > div > div > em {
    display: none;
  }
}

@media print {
  a::after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: 400;
  }
}
