body {
  background-color: #57588a;
  padding: 30px;
}

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #b8b6ed;
}

h2.sub {
  font-size: 3em;
  color: #b8b6ed;
  margin: 18px 0px 0px 12px;
}

h2 {
  font-size: 3em;
  color: #f5f1ff;
  line-height: 1.7em;
  margin: 18px 0px 0px 48px;
  padding-bottom: 8px;
}

h2 div {
  color: #FFA47A;
  display: inline-block;
}

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

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

u > em {
  background-color: #aeafcc;
  color: white !important;
}

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

.audioTimeLineModule {
  background-color: #6f71a5;
}

.timeMark {
  background-color: #cdcee0;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #7f80ae;
}

.waveform {
  opacity: 0.5;
}