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

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

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

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

h2.q {
  color: #a8b3c6;
}

h2.a {
  color: #d7f5d6;
}

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

p {
  color: #55b3ff;
  font-size: 2rem;
}

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

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

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

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

.audioTimeLineModule {
  background-color: #5f708f;
}

.timeMark {
  background-color: #99a5bb;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #5f708f;
}