body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background:#fff;
}

* {
  font-family: "Times New Roman", sans-serif;
  box-sizing: border-box;
}

#information {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1em;
  z-index: 999;
  cursor: help !important;
}
#information span {
  display: none;
}
@media only screen and (max-width: 420px) {
  #information {
    display: none !important;
  }
}

input,
select,
option {
  padding: 0.15em;
}

#bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  overflow: hidden;
  z-index: -10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  text-align: center;
  box-sizing: border-box;
}
#bg .wrapper {
  white-space: pre;
  overflow: hidden;
  text-overflow: clip;
  z-index: -5;
}
#bg .wrapper span {
  background: #fff;
}
@media only screen and (max-width: 420px) {
  #bg .wrapper {
    font-size: 0.85em;
  }
}
#bg .back {
  position: fixed;
  z-index: -4;
  bottom: 0;
  height: 100vh;
  max-height: calc(100vh - 250px);
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #bg .back {
    max-height: calc(100vh - 200px);
  }
}
@media only screen and (max-width: 420px) {
  #bg {
    margin-top: 20px !important;
  }
  #bg .wrapper {
    font-size: 0.7rem;
  }
}

#bg-fx {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -20;
  pointer-events: none;
}
#bg-fx .note {
  position: absolute;
  white-space: pre;
  text-align: left;
  z-index: -100;
  overflow: hidden;
  text-overflow: clip;
  width: 150px;
}
#bg-fx .note span {
  background: #fff;
}
#bg-fx .note a {
  color: gray;
  cursor: pointer;
}
#bg-fx .note .over {
  position: absolute;
  margin-top: 30px;
  white-space: normal;
  clear: both;
  font-size: 0.75rem;
  width: 100%;
  max-width: 110px;
  left: 8px;
}
@media only screen and (max-width: 420px) {
  #bg-fx .note {
    z-index: -999;
  }
}
#bg-fx .note[closeable] {
  pointer-events: all;
}
#bg-fx .note.flip {
  transform: scaleX(-1);
}

#progress {
  position: absolute;
  padding: 1em;
  top: 0;
  width: 100%;
  text-align: center;
}

#questions {
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 0.9em;
  letter-spacing: 0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
#questions .questions-wrapper {
  width: 520px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 1em;
  padding-bottom: 5vh;
  margin-top: 200px;
}
@media only screen and (max-width: 480px) {
  #questions .questions-wrapper {
    margin-top: 150px;
  }
}
#questions .question {
  min-height: 140px;
  display: none;
}
@media only screen and (max-width: 420px) {
  #questions .questions-wrapper {
    max-width: 95vw;
    padding: 0 1em;
  }
}

#questions .question.w {
  white-space: pre-wrap;
}
#questions .question.center {
  text-align: center;
}

#questions .question[q="39"] input {
  animation: disappear 10s normal forwards ease-in-out;
}
#questions .question[q="44"] table,
#questions .question[q="82"] table {
  margin: 0 auto;
}
#questions .question[q="44"] tr td:first-of-type,
#questions .question[q="51"] tr td:first-of-type {
  width: 200px;
  text-align: left;
}
#questions .question[q="46"] label {
  letter-spacing: 0;
}
#questions .question[q="48"] tr td:last-of-type,
#questions .question[q="89"] tr td:last-of-type {
  width: 200px;
  text-align: left;
}
#questions .question[q="48"] span,
#questions .question[q="89"] span {
  opacity: 0;
}
#questions .question[q="53"] button {
  padding: 0.15em 0.5em;
  margin: 0.25em;
}
#questions .question[q="84"] input {
  animation: disappear 5s normal forwards ease-in-out;
}
#questions .question[q="93"] input {
  text-align: center;
}

@keyframes disappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#result {
  padding: 1em;
  font-family: "Times New Roman", sans-serif;
  white-space: pre-wrap;
}
#result input[type=text] {
  display: inline-block;
  width: 30px;
  text-align: center;
  line-height: 34px;
}

#debug {
  margin-top: 100px;
}

/*# sourceMappingURL=s.css.map */
