@charset "UTF-8";
html, body {
  background-color: #5067fb;
  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: #3751fa;
  clear: both;
}

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

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

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

h2.pool {
  color: #8292fc;
  margin-bottom: 50px;
}

h2.pool div {
  color: #ccd3fe;
}

div.spacer {
  height: 80px;
}

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

h2 span {
  color: white;
}

h2 span::before {
  color: #ffcc21;
  content: " → ";
}

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

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

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

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

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

.audioTimeLineModule {
  background-color: #8292fc;
}

.timeMark {
  background-color: white;
}

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

.waveform {
  opacity: 0.5;
}