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

img.nang {
  display: block;
  float: left;
  width: 30%;
  margin-right: 30px;
}

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

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

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

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

h2.pool div {
  color: #8978c2;
}

div.spacer {
  height: 80px;
}

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

h2 span {
  color: white;
}

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

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

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

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

u > em {
  background-color: #988aca;
  color: white !important;
}

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

.audioTimeLineModule {
  background-color: #d6d0ea;
}

.timeMark {
  background-color: white;
}

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

.waveform {
  opacity: 0.5;
}