body {
  font: 21px/28px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #333;
}
  body .stage {
    background-color: #fff; }
  body #animframe {
    position: relative; }
  body #stage .hastext#legalinfo {
    background-color: #00b5e2; }
    body #stage .hastext#legalinfo .inner {
      padding-top: 1px;
      margin: 0 10px;
      font-family: Verdana, sans-serif;
      line-height: 25px;
      font-size: 11px !important;
      color: rgba(255, 255, 255, 0.8); }
  body #stage .hastext.wrong .inner {
    opacity: 0.6; }
  body #stage .hastext#watch {
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 40px;
    color: black; }
    body #stage .hastext#watch .warning {
      color: #ea963c; }
    body #stage .hastext#watch .inner {
      text-align: right;
      font-size: 35px;
      line-height: 50px;
      font-weight: bold;
      margin-right: 15px; }
  body #stage .hastext#feedback {
    overflow: hidden;
    color: white; }
    body #stage .hastext#feedback .inner {
      font: bold 35px/50px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
      overflow: hidden;
      height: 50px;
      margin-left: 15px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75); }
  body #stage .hastext#questionfield .inner .question {
    font: bold 52px/60px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.7);
    color: black;
    width: 210px;
    margin-left: 65px;
    margin-top: 10px;
    text-align: center; }
    body #stage .hastext#questionfield .inner .question .middot {
      display: inline-block;
      padding: 0 9px; }
    body #stage .hastext#questionfield .inner .question em {
      font: bold 27px/32px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-style: normal;
      font-weight: bold;
      color: black; }
  body #stage .hastext.quizanswer .inner {
    width: 88px;
    position: absolute;
    left: 0;
    top: 25px;
    text-align: center;
    font: bold 36px/40px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-shadow: 2px 1.5px 1.5px rgba(255, 255, 255, 0.8); }
  body #stage .hastext.quizanswer.threerows .inner {
    top: 6px;
    font: bold 26px/28px "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    body #stage .hastext.quizanswer.threerows .inner .plus {
      display: block;
      line-height: 20px;
      height: 23px; }
  body #stage .hastext .inner {
    font-size: 22px;
    line-height: 24px; }
    body #stage .hastext .inner h2 {
      text-align: center;
      padding: 0;
      margin: 0 0 20px; }
    body #stage .hastext .inner p {
      padding: 0;
      margin: 0 0 20px; }
  body #stage .hastext#infoscreen .inner {
    text-align: center;
    padding-top: 80px;
    color: #222; }
