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

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

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

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

h2.q {
  color: #f769cf;
  margin: 0px 0px 0px 32px;
}

h2.a {
  color: #dc98ff;
  margin: 0px 0px 0px 32px;
}

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

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

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

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

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

.audioTimeLineModule {
  background-color: #650098;
}

.timeMark {
  background-color: #ba32ff;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #7600b2;
}

.waveform {
  opacity: 0.5;
}