html, body {
  background-color: #003a61;
  margin: 0px 30px 0px 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 4em;
  color: #058aff;
  margin: 30px 0px 0px 0px;
}

h2 {
  font-size: 3em;
  line-height: 1.5em;
  color: #bac8e9;
  margin: 0px 0px 0px 0px;
}

h2 div {
  display: inline;
  color: #b120e6;
}

h2.scramble {
  color: #6e8acf;
  margin: 0px 0px 0px 0px;
}

h2.unscramble {
  margin: 0px 0px 20px 0px;
}

h2.scramble div {
  display: inline;
  color: #000c15;
}

h2.kru, h2.ans, h2.info {
  margin-left: 30px;
}

h2.kru {
  color: #6e8acf;
}

h2.info {
  color: #009f72;
}

p {
  color: #058aff;
  font-size: 2rem;
}

s {
  display: inline-block;
  color: #001c2e;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#003a61), color-stop(47%, #003a61), color-stop(47%, #003a61), color-stop(53%, #003a61), color-stop(53%, #003a61), to(#003a61));
  background: -o-linear-gradient(#003a61 0%, #003a61 47%, #003a61 47%, #003a61 53%, #003a61 53%, #003a61 100%);
  background: linear-gradient(#003a61 0%, #003a61 47%, #003a61 47%, #003a61 53%, #003a61 53%, #003a61 100%);
}

u {
  border-bottom: 3px dotted #0095fa;
  line-height: 1.1em;
}

u > em {
  background-color: #0095fa;
  color: #94a9dc;
}

u > em:after {
  border-color: transparent transparent #0095fa transparent;
  border-width: 10px;
  margin-left: -10px;
}

.audioTimeLineModule {
  background-color: #00497b;
}

.timeMark {
  background-color: #0086e1;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #00497b;
}