@charset "UTF-8";
/* Colors */
/* Brand colors */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right; }

.texty p {
  padding-left: 3%; }

#goback {
  float: left; }
  #goback:hover {
    background: #31b7e8; }

.tip {
  background: #FCF3C1;
  padding: 1em;
  margin-bottom: 2em; }

#already, #result-text, #timeup {
  padding: 20px 3%;
  border: 1px solid #d5d5d5;
  border-top: none;
  background: #fff;
  overflow: hidden; }
  #already p, #result-text p, #timeup p {
    font-weight: normal;
    line-height: 1.5; }
    #already p.buttons, #result-text p.buttons, #timeup p.buttons {
      overflow: hidden;
      margin-top: 20px; }
  #already a:not(.inline), #result-text a:not(.inline), #timeup a:not(.inline) {
    float: left;
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    margin-right: 20px; }

a.inline{
  text-decoration: none;
}

#result-text, #timeup {
  border-top: 1px solid #d5d5d5; }

#timeup {
  display: none; }

.annotation {
  border-bottom: 1px dashed;
  cursor: help; }

#tooltip {
  background: #ff6732;
  padding: 1%;
  color: white;
  position: absolute;
  font-style: italic;
  font-size: 0.85em; }

.arrow_box {
  border: 1px solid black; }

.arrow_box:after, .arrow_box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(235, 110, 30, 0);
  border-right-color: #eb6e1e;
  border-width: 10px;
  top: 50%;
  margin-top: -10px; }

.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000000;
  border-width: 11px;
  top: 50%;
  margin-top: -11px; }

.records {
  padding: 0 6.25%;
  clear: both;
  overflow: hidden;
  background: whitesmoke; }
  .records h2 {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 33.33333%;
    font-weight: normal;
    text-transform: lowercase;
    font-variant: small-caps;
    display: none; }
  .records p {
    font-style: italic;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    width: 50%; }
    .records p strong {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-weight: bold; }

.lesson-body .instruction {
  margin-top: 2%;
  background: #ff6732;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
  padding: 1em 3% 1em 3%;
  font-size: 1em;
  margin-top: 10px; }
  .lesson-body .instruction .ex-num {
    font-weight: bold; }
  .lesson-body .instruction h2 {
    float: left;
    font-weight: normal;
    line-height: 1.5; }
  .lesson-body .instruction h3 {
    display: block;
    clear: both;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5; }
.lesson-body ol {
  list-style: none; }
  .lesson-body ol li:last-child {
    border-bottom: 1px solid #d5d5d5; }

.task {
  padding: 1em 3%;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
  overflow: hidden; }
  .task p {
    font-weight: normal;
    line-height: 1.5;
    display: inline; }

.select select {
  background: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFVJREFUeNpivHr1qgMDA8N+BuzAkUlLS+sAkLEQi+RCkBwTlFMAxB+RJD9CxRjACoAqPwCpCUgKJkDFGBj///8PF7127doDqAYFmBgLmr0F6A4BCDAADn8VtfqURXYAAAAASUVORK5CYII=) no-repeat 95% 50% rgba(255, 255, 255, 0.5);
  color: #1c8ece;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 1.2em 0.25em 0.3em;
  border: none;
  border: 1px solid #d5d5d5;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

@-moz-document url-prefix() {
  .select select {
    background: none;
    padding-right: 0.3em; } }

.free input[type="text"], .free textarea {
  background: white;
  color: #1c8ece;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 0.9em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

.group .selectable {
  margin: 0.5em 0;
  float: left;
  clear: left; }

.group p {
  float: left;
  clear: both; }

.group b {
  font-weight: normal;
  color: #919191; }

#result .group p {
  float: none;
  clear: none; }

.valid {
  background: #c5f654;
  border: 1px solid #637b2a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em; }

.selectable {
  text-decoration: none;
  background: white;
  color: #1c8ece;
  padding: 0.25em 0.9em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .selectable.selected {
    background: #1c8ece;
    border-color: #31b7e8;
    color: white; }

.radio p {
  line-height: 2; }

.group_a {
  display: block !important; }
  .group_a span {
    color: #1c8ece; }

.group label {
  display: block;
  padding-left: 1%;
  margin: 1%;
  font-weight: normal; }
  .group label.selected {
    color: #1c8ece; }
.group input[type="radio"] {
  margin-right: 1%; }

.translate p {
  margin: 10px 0; }
.translate input[type="text"] {
  margin-left: 2%;
  background: white;
  color: #1c8ece;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.25em 0.9em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

.lesson-foot {
  width: 100%;
  margin: 10px 0 0;
  background: #1c8ece;
  padding: 20px 3%;
  text-align: right; }
  .lesson-foot input[type="submit"], .lesson-foot input {
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */ }
  .lesson-foot a {
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: 1px dashed; }

.no-touch .lesson-foot input[type="submit"]:hover, .no-touch .lesson-foot input[type="submit"]:focus {
  background: #31b7e8; }
.no-touch .lesson-foot input[type="submit"]:active {
  -webkit-box-shadow: "inset 1px 1px 1px 1px #000";
  box-shadow: "inset 1px 1px 1px 1px #000"; }

.no-touch .lesson-foot a {
  -webkit-transition: all 0.3s ease-in-out;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-in-out;
  /* Opera 10.5–12.00 */
  transition: all 0.3s ease-in-out;
  /* Firefox 16+, Opera 12.50+ */ }
  .no-touch .lesson-foot a:hover, .no-touch .lesson-foot a:focus {
    color: white; }

.dialogue-bar {
  border-bottom: 2px solid #d5d5d5;
  padding: 10px 3%;
  width: 100%;
  background: white; }
  .dialogue-bar p {
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1.25em; }
  .dialogue-bar .e {
    color: #1c8ece; }
  .dialogue-bar .h {
    color: #4d4d4d; }
    .dialogue-bar .h a {
      font-family: "Ubuntu Condensed", sans-serif;
      color: #fff;
      background: #1c8ece;
      border: none;
      padding: 0.5em 1em;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      /* Safari 3.2+, Chrome */
      -moz-transition: all 0.3s ease-in-out;
      /* Firefox 4-15 */
      -o-transition: all 0.3s ease-in-out;
      /* Opera 10.5–12.00 */
      transition: all 0.3s ease-in-out;
      /* Firefox 16+, Opera 12.50+ */
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      padding: 3px 8px;
      font-variant: normal;
      font-size: 0.6em;
      display: inline-block;
      min-width: 70px;
      text-align: center; }

.narration {
  border: none;
  list-style-type: none;
  font-style: italic;
  background: #fafafa;
  font-size: 1.2em;
  color: #4d4d4d; }

.narration-2 {
  border-bottom: none;
  font-style: italic;
  color: #919191;
  font-size: 1.1em; }

.dialogue .task {
  list-style-type: none;
  line-height: 1.5; }
  .dialogue .task p {
    display: block; }
  .dialogue .task .eng.a {
    color: #31b7e8; }
  .dialogue .task .hun {
    font-style: italic;
    -webkit-transition: all 0.4s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.4s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.4s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */ }
    .dialogue .task .hun.hid {
      opacity: 0; }
  .dialogue .task .hun.a {
    color: #4d4d4d; }
  .dialogue .task .eng.b {
    color: #31b7e8; }
  .dialogue .task .hun.b {
    color: #4d4d4d; }

.speaker-b, .speaker-a {
  margin-bottom: 1em; }

.speaker-letter {
  float: left;
  text-transform: uppercase;
  color: #4d4d4d; }

.vocabulary .speaker-b, .vocabulary .speaker-a {
  margin-top: 10px; }
.vocabulary .eng {
  overflow: hidden; }
.vocabulary .hun.a, .vocabulary .hun.b {
  color: #919191 !important; }
.vocabulary .eng.a, .vocabulary .eng.b, .vocabulary .eng {
  color: #1c8ece !important; }

.aud {
  text-decoration: none;
  color: #31b7e8; }

.word-form {
  font-size: 0.8em;
  margin-left: 10px; }
  .word-form .aud {
    margin: 0;
    font-size: 1.1em;
    position: relative;
    background: none;
    color: #31b7e8;
    position: relative; }

.no-touch .word-form .aud {
  background: none;
  color: #1c8ece; }

.tick {
  color: #637b2a; }

.x {
  color: #ef502d; }

.correct-answer-p {
  color: #919191;
  font-style: italic;
  margin-bottom: 0.5em; }

.show-explanation {
  color: #17b8e3;
  text-decoration: none;
  font-size: 0.8em; }
  .show-explanation span {
    border-bottom: 1px dashed #17b8e3;
    font-style: italic;
    font-size: 1.2em; }

.correct-sentence {
  background: #c5f654;
  border: 1px solid #637b2a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em; }

#next-tests {
  overflow: hidden;
  margin-bottom: 20px; }
  #next-tests .instruction {
    margin-top: 2%;
    background: #ff6732;
    color: #fff;
    overflow: hidden;
    font-weight: normal;
    padding: 1em 3% 1em 3%;
    font-size: 1em; }
    #next-tests .instruction .ex-num {
      font-weight: bold; }
    #next-tests .instruction h2 {
      float: left;
      font-weight: normal;
      line-height: 1.5; }
    #next-tests .instruction h3 {
      display: block;
      clear: both;
      font-weight: normal;
      font-style: italic;
      line-height: 1.5; }

#level-tests {
  background: white;
  border: 1px solid #d5d5d5;
  padding: 3%;
  overflow: hidden;
  margin-top: 10px; }
  #level-tests a {
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    text-align: center;
    width: 90%;
    display: block;
    margin: 20px auto;
    font-size: 1.1em; }

#result .task {
  border-top: none;
  border-bottom: none;
  position: relative; }
  #result .task p {
    display: block;
    padding-right: 10px; }
  #result .task em {
    position: absolute;
    right: 10px;
    top: 15px;
    font-style: italic;
    font-weight: normal; }
#result .explanation {
  background: white;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 0 3% 1em 3%; }
  #result .explanation .inner {
    display: none;
    overflow: hidden;
    background: #f5f5f5;
    padding-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em; }
    #result .explanation .inner section {
      margin-bottom: 1em; }
#result p.explanation {
  font-style: italic;
  border: none;
  padding: 1em 0 1em 0;
  color: #919191; }
#result .answer.correct {
  background: #c5f654;
  border: 1px solid #637b2a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em; }
#result .answer.incorrect {
  background: #f7e6e1;
  border: 1px solid #ef502d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.2em; }
#result .task.group {
  border-bottom: 1px solid #d5d5d5; }
  #result .task.group input[type="radio"] {
    display: none; }
  #result .task.group .translation {
    font-style: italic;
    font-size: 0.9em; }

.result-text {
  text-align: center;
  color: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  .result-text span {
    font-size: 5em; }
  .result-text div {
    padding: 20px 3%;
    background: white; }
  .result-text h2 {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .result-text h3 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-weight: 600;
    background: white;
    font-size: 5em;
    letter-spacing: 2px;
    color: #4D4D4D; }

.difference {
  padding: 20px 3%;
  background: #fff;
  color: #4d4d4d;
  margin-top: 2%;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }

.levelup {
  padding: 20px 3%;
  background: #4d4d4d;
  color: #fff; }
  .levelup h2 {
    font-weight: normal;
    font-style: italic; }
    .levelup h2 strong {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      font-weight: bold;
      letter-spacing: 2px;
      font-style: normal; }
  .levelup div {
    overflow: hidden;
    margin-top: 10px; }
  .levelup p {
    width: 50%;
    float: left; }
  .levelup a {
    float: right;
    font-family: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    border: none; }

.no-touch .levelup a:hover, .no-touch .levelup a:focus {
  background: #31b7e8; }
.no-touch .levelup a:active {
  -webkit-box-shadow: "inset 1px 1px 1px 1px #000";
  box-shadow: "inset 1px 1px 1px 1px #000"; }

.feedback {
  padding: 3%;
  background: #fff;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-style: italic;
  overflow: hidden;
  margin: 2% 0; }
  .feedback div, .feedback p {
    float: left;
    width: 50%;
    color: #4d4d4d; }
  .feedback div {
    float: right; }

#rate {
  width: 50% !important;
  text-align: right; }
  #rate img {
    margin: 0 5px; }

.placement-alert {
  padding: 3%;
  margin: 20px 0;
  border: 1px solid #d5d5d5;
  background: #fff; }

#timeup {
  display: none; }

#countdown {
  float: right;
  font-size: 1.7em;
  -webkit-transition: all 0.4s ease-in-out;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.4s ease-in-out;
  /* Firefox 4-15 */
  -o-transition: all 0.4s ease-in-out;
  /* Opera 10.5–12.00 */
  transition: all 0.4s ease-in-out;
  /* Firefox 16+, Opera 12.50+ */ }
  #countdown.fixed {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    padding: 1%;
    font-size: 1em;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5; }
  #countdown i {
    font-style: normal;
    position: relative;
    top: -2px; }

@media all and (min-width: 37.5em) {
  #level-tests a {
    float: left;
    width: 45%;
    margin: 0 2.5%;
    font-size: 1.3em; }

  .lesson-foot a {
    margin-right: 20px; }
  .lesson-foot input[type="submit"], .lesson-foot input {
    font-size: 120%; } }
@media all and (min-width: 49em) {
  .lesson-head .level {
    width: 35px;
    height: 35px;
    line-height: 35px; }

  .dialogue-bar, .task, .explanation, .feedback, .difference {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5; }

  .lesson-foot {
    border: 1px solid #d5d5d5; }

  .instruction {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5; }

  #result .instruction {
    border-right: none !important;
    border-left: none !important; }

  .result-text {
    overflow: hidden;
    border: 1px solid #d5d5d5;
    width: 100%; }
    .result-text div {
      float: left;
      width: 60%;
      height: 300px; }
    .result-text h3 {
      float: left;
      width: 40%;
      height: 300px;
      line-height: 300px; }

  .records h2 {
    display: block; }

  .records p {
    width: 33.333333%; }

  .no-touch .xpad {
    padding-top: 50px; }
  .no-touch .dialogue-bar.fixed {
    position: fixed;
    top: 0px;
    max-width: 1151px;
    width: 100%;
    z-index: 1000; }

  .dialogue-bar {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0; }
    .dialogue-bar .e {
      float: left;
      width: 50%;
      text-align: left;
      padding-left: 3%; }
    .dialogue-bar .h {
      float: left;
      width: 50%; }
      .dialogue-bar .h a {
        font-family: "Ubuntu Condensed", sans-serif;
        color: #fff;
        background: #1c8ece;
        border: none;
        padding: 0.5em 1em;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        /* Safari 3.2+, Chrome */
        -moz-transition: all 0.3s ease-in-out;
        /* Firefox 4-15 */
        -o-transition: all 0.3s ease-in-out;
        /* Opera 10.5–12.00 */
        transition: all 0.3s ease-in-out;
        /* Firefox 16+, Opera 12.50+ */ }

  .dialogue .task div {
    overflow: hidden; }
  .dialogue .task .hun, .dialogue .task .eng {
    float: left;
    width: 40%;
    padding-left: 0; }
  .dialogue .task .hun {
    margin-left: 10%;
    -webkit-transition: all 0.4s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.4s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.4s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    position: relative;
    left: 0; }
    .dialogue .task .hun.hide {
      position: relative;
      left: 40%; } }
.no-touch #level-tests a:hover, .no-touch #level-tests a:focus {
  background: #31b7e8; }
.no-touch #level-tests a:active {
  -webkit-box-shadow: "inset 1px 1px 1px 1px #000";
  box-shadow: "inset 1px 1px 1px 1px #000"; }
