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

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

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

h2 {
  font-size: 3em;
  color: #D9C39A;
  line-height: 1.8em;
  margin: 0px 0px 36px 0px;
  padding-bottom: 8px;
}

h2.words {
  color: #8191b2;
}

h2.words div {
  color: #4e5e7f;
}

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

h2 span {
  color: #ffd874;
  border-bottom: 3px dotted #ffd874;
  margin-left: 8px;
  margin-right: 8px;
}

h2 span.corr {
  color: #fb6590;
}

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

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

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

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

.audioTimeLineModule {
  background-color: #000001;
}

.timeMark {
  background-color: black;
}

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