div.audioPlayerModule {
  margin-top: 40px;
}

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

div.title {
  font-size: 3em;
  line-height: 1.7em;
  padding-top: 0.2em;
  text-align: center;
  color: white;
  background-color: #e8e3d0;
  clear: both;
}

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

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

h2 {
  font-size: 3em;
  line-height: 1.7em;
  color: #8c7e46;
  margin: 18px 0px 0px 30px;
}

h2.n {
  color: #bdb07b;
}

h2.y {
  color: #8958a3;
}

div.spacer {
  height: 80px;
}

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

p {
  font-size: 3em;
  color: #8c7e46;
  margin: 18px 0px 0px 12px;
}

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

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

u > em {
  background-color: #cec49d;
}

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

.audioTimeLineModule {
  background-color: #d7ceae;
}

.timeMark {
  background-color: white;
}

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

.waveform {
  opacity: 0.5;
}