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

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

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

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

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

h2.scramble {
  color: #79754b;
  margin: 0px 0px 20px 0px;
}

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

p {
  color: #594e48;
  font-size: 2rem;
}

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

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

u > em {
  background-color: #79754b;
  color: #ebe7e4;
}

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

.audioTimeLineModule {
  background-color: #888455;
}

.timeMark {
  background-color: #d5d3bb;
}

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

.waveform {
  opacity: 0.5;
}