body {
  background-color: #efeee9;
  padding: 30px;
}

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

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

h2 {
  font-size: 3em;
  color: #0a3d5c;
  line-height: 1.5em;
  margin: 0px 0px 0px 0px;
  padding-bottom: 8px;
}

h2.f {
  color: #0d4c73;
  margin: 0px 0px 0px 86px;
}

h2.t {
  color: #e5f4f6;
  margin: 0px 0px 0px 86px;
}

h2.ex {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  color: #2d737c;
  margin: 12px 0px 48px 0px;
  padding: 12px 24px 0px 24px;
  border: 2px solid #c4c1ae;
  background-color: white;
}

h2.ex span {
  width: auto;
  border-bottom: 2px solid;
}

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

p {
  font-size: 3em;
  line-height: 1.6em;
  color: #434030;
}

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

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

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

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

.audioTimeLineModule {
  background-color: #c4c1ae;
}

.timeMark {
  background-color: #7e795b;
}

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