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

div.title {
  font-size: 3em;
  line-height: 1.7em;
  padding-top: 0.2em;
  text-align: center;
  color: white;
  background-color: #f4aefb;
  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: #824676;
}

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

h2.center {
  text-align: center;
  margin-bottom: 30px;
}

div.spacer {
  height: 80px;
}

div.wrap h2 {
  font-size: 3em;
  line-height: 1.5em;
  margin-top: 30px;
  margin-right: 30px;
}

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

h2 span {
  color: #b678aa;
}

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

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

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

u > em {
  background-color: #f7c6fc;
  color: #d6c9c1 !important;
}

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

.audioTimeLineModule {
  background-color: #fef6ff;
}

.timeMark {
  background-color: white;
}

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

.waveform {
  opacity: 0.5;
}