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

html, body {
  background-color: #4e4350;
  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: #403742;
  clear: both;
}

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

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

h2 {
  font-size: 3em;
  line-height: 1.7em;
  color: black;
  margin: 18px 0px 0px 0px;
}

img {
  display: block;
  width: 800px;
  height: 600px;
  border-radius: 20px 20px 0px 0px;
  margin: 40px auto 0px auto;
}

div.caption {
  display: block;
  width: 800px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  margin: 0px auto 0px auto;
  padding-top: 5px;
  background-color: #5C6156;
  font-size: 3rem;
  line-height: 100px;
  text-align: center;
  color: #E1FCAB;
}

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

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

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

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

.audioTimeLineModule {
  background-color: #252026;
}

.timeMark {
  background-color: #847188;
}

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

.waveform {
  opacity: 0.5;
}