html, body {
  background-color: #00215f;
  margin: 0px 30px 0px 30px;
}

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #2c74ff;
  margin: 30px 0px 40px 0px;
}

h2 {
  font-size: 3rem;
  line-height: 1.7em;
  margin: 40px 0px 0px 20px;
  color: #00215f;
}

h2.sub {
  color: #2c74ff;
  margin: 0px 0px 0px 20px;
}

h2.lyrics {
  color: #DDD3FE;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

h2 span {
  color: #e6e6b5;
}

h2 div, li div {
  display: inline;
  color: #7bff89;
}

p, ul, ol {
  font-size: 3rem;
  line-height: 4.7rem;
}

ol {
  color: #dfeaff;
  list-style-type: decimal;
}

ol ol {
  color: #92b7ff;
  list-style-type: lower-alpha;
  padding-bottom: 20px;
}

ol ol li {
  margin-bottom: 20px;
}

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

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

u > em {
  background-color: #0043c5;
  color: #c5d9ff;
}

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

.audioTimeLineModule {
  background-color: #003292;
}

.timeMark {
  background-color: #00215f;
}

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

a.urlLink {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  color: white;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

a.urlLink span {
  display: block;
  margin: 0px 50% 0px 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

a.urlLink span::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
}