html {
  font-family: "Questrial", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  background: rgb(9, 9, 121);
  background: radial-gradient(farthest-corner at 33% 25%, #afd6ff, #003C7C);
  background-attachment: fixed;
  height: 100%;
}
html h1, html h2, html h3 {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}
html h1 small, html h2 small, html h3 small {
  font-family: "Questrial", "Helvetica", sans-serif;
  font-size: 50%;
}
html, html body {
  margin: 0px;
  padding: 0px 0px 25px 0px;
}
html header {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  border-bottom: 1px solid #FFF;
  box-shadow: 0px 0px 8.3333333333px rgba(0, 0, 0, 0.25);
  height: 62.5px;
  line-height: 62.5px;
}
html header h1 {
  margin: 0px;
  padding: 0px 0px 0px 25px;
  font-size: 24px;
  line-height: 56.25px;
}
html header h1 img {
  height: 36px;
  width: 36px;
  position: relative;
  margin-right: 6.25px;
  top: 6.25px;
}
html header h1 small {
  display: none;
}
@media screen and (min-width: 720px) {
  html header h1 {
    font-size: 36px;
  }
  html header h1 small {
    display: inline;
  }
}
html header #dashboard {
  float: right;
  margin-right: 25px;
}
html footer {
  position: fixed;
  bottom: 0px;
  height: 37.5px;
  line-height: 37.5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid #FFF;
  box-shadow: 0px 0px 8.3333333333px rgba(0, 0, 0, 0.25);
}
html footer > a {
  font-size: 13px;
  margin-left: 25px;
}
html footer > a#contact {
  float: right;
  margin-right: 25px;
}
html header a, html header a:link, html header a:visited, html header a:hover, html header a:active, html footer a, html footer a:link, html footer a:visited, html footer a:hover, html footer a:active {
  color: #FFF;
  text-decoration: none;
}
html header a:hover, html footer a:hover {
  color: #afd6ff;
}
html p.message {
  background: #afd6ff;
  color: #003C7C;
  text-align: center;
  padding: 1ex;
  margin: 0px;
}
html p.message a:hover {
  color: #FFF;
}
html .right {
  float: right;
  text-align: right;
}
html hr {
  margin: 25px 0px;
}
html main {
  background: #FFF;
  color: #003C7C;
  padding: 25px;
  border-radius: 12.5px;
  box-sizing: border-box;
  margin: 25px 25px 50px 25px;
  box-shadow: 0px 0px 8.3333333333px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 720px) {
  html main {
    margin: 25px auto 50px auto;
    max-width: 720px;
  }
}
html main a:link {
  color: #003C7C;
  text-decoration: underline;
}
html main a:visited {
  color: #003C7C;
}
html main a:hover {
  color: #afd6ff;
  text-decoration: none;
}
html main a:active {
  text-decoration: underline;
}
html main p.message {
  border-radius: 6.25px;
}
html main #landscape_warning {
  text-align: center;
  background: #afd6ff;
  border-radius: 6.25px;
  color: #FFF;
  padding: 1ex;
}
@media screen and (min-width: 500px) {
  html main #landscape_warning {
    display: none;
  }
}
html main h2, html main h3 {
  padding: 0px;
  margin: 0px;
  line-height: 1.2em;
}
html main h2 p, html main h3 p {
  background: #003C7C;
  color: #FFF;
  text-align: center;
  margin: 0px;
  padding: 25px 0px;
  border-radius: 12.5px;
}
html main h2 p img, html main h3 p img {
  height: 100px;
  width: auto;
  padding-bottom: 12.5px;
}
html main h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
html main ul {
  margin: 0px;
  padding: 0px;
}
html main ul li {
  margin: 0px 12.5px 0px 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  margin-right: 12.5px;
}
html main input[type=submit], html main button, html main .button {
  display: inline-block;
  padding: 12.5px;
  border-radius: 6.25px;
  border: none;
  background: #003C7C;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
html main input[type=submit], html main input[type=submit]:link, html main input[type=submit]:visited, html main input[type=submit]:hover, html main input[type=submit]:active, html main button, html main button:link, html main button:visited, html main button:hover, html main button:active, html main .button, html main .button:link, html main .button:visited, html main .button:hover, html main .button:active {
  color: #FFF;
  text-decoration: none;
}
html main input[type=submit]:hover, html main button:hover, html main .button:hover {
  background: #afd6ff;
  color: #003C7C;
  cursor: pointer;
  text-shadow: none;
}
@media screen and (min-width: 720px) {
  html main .columns {
    clear: both;
    font-size: 0px;
  }
  html main .columns > div {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-right: 25px;
  }
  html main .columns > div.half {
    width: 50%;
  }
}
html main ul#game_selector {
  text-align: center;
  font-size: 0px;
  margin: 25px 0px;
}
html main ul#game_selector li {
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  border-radius: 12.5px;
  padding: 12.5px;
  box-sizing: border-box;
}
html main ul#game_selector li:hover {
  background: #afd6ff;
}
@media screen and (min-width: 720px) {
  html main ul#game_selector li {
    width: 33%;
    margin-right: 0px;
  }
}
html main ul#game_selector li h3 {
  text-align: center;
  margin-top: 0px;
}
html main ul#game_selector li h3 a, html main ul#game_selector li h3 a:link, html main ul#game_selector li h3 a:visited, html main ul#game_selector li h3 a:active, html main ul#game_selector li h3 a:hover {
  color: #003C7C;
}
html main ul#game_selector li p {
  text-align: justify;
  margin-bottom: 0px;
}
html main form label {
  display: block;
}
html main form input[type=text],
html main form input[type=password] {
  width: 100%;
  padding: 1ex;
  box-sizing: border-box;
}
html main form select {
  height: 3em;
}
html main form select[multiple] {
  min-width: 25%;
  height: 16em;
}
html main form textarea {
  width: 100%;
  height: 5em;
}
html main #membership {
  border: 1px solid #003C7C;
  border-radius: 12.5px;
  padding: 0px 25px;
  text-align: justify;
}
html main #membership button {
  display: block;
  width: 60%;
  margin: 0px auto;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5em;
}
html main #membership button small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}
html main #membership #promo {
  display: block;
}
html main #membership #promo form {
  background: rgba(0, 60, 124, 0.3);
  border-radius: 6.25px;
  padding: 25px;
  margin-bottom: 25px;
}
html main #membership #promo form p {
  margin: 0px;
}
html main #membership #promo form p input {
  width: 100%;
}
html main #startbuttons, html main .centerbuttons {
  text-align: center;
}
html main #etg_after,
html main #etg_gameboard {
  display: none;
  position: relative;
}
html main .alert {
  background: #003C7C;
  color: #FFF;
  text-align: center;
  border-radius: 6.25px;
  margin-top: 1em;
  padding: 0.5em 1em;
}
html main #endstats {
  width: 80%;
  margin: 0px auto;
}
html main #endstats th {
  text-align: right;
}
html main #new_challenge p {
  display: inline-block;
  margin-right: 1ex;
}
html main table {
  border-collapse: collapse;
  margin: 1em 0px;
  width: 100%;
}
html main table th {
  text-align: left;
  text-transform: capitalize;
  background: #003C7C;
  color: #FFF;
}
html main table th, html main table td {
  padding: 2px 1ex 2px 5px;
}
html main table tr:nth-child(odd) td {
  background: #e2f0ff;
}

/*# sourceMappingURL=ear-training-games.css.map */
