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

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

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

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

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

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

h2.ex {
  color: #2d737c;
  margin: 0px 0px 24px 0px;
}

h2.ex span {
  border-bottom: 1px solid;
}

h2.poem {
  color: #C4C1AE;
  font-style: italic;
  margin: 0px 36px 36px 36px;
}

h2.inOut {
  color: #75c3cd;
  font-style: italic;
  margin: 0px 36px 36px 0px;
}

h2.eng {
  font-size: 2em;
  line-height: 1.2em;
  color: #126aa1;
  margin: 0px 36px 0px 36px;
}

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

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

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

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

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

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

.audioTimeLineModule {
  background-color: black;
}

.timeMark {
  background-color: black;
}

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