.audioTimeLineModule {
  background-color: #80c299;
}

.timeMark {
  background-color: #e7f4ec;
}

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

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

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: "";
}

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

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

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

h2.sub {
  color: #80c299;
  margin: 0px 0px 0px 20px;
}

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

h2 span {
  color: #e6e6b5;
}

h2 div, p span {
  display: inline;
  color: #ec1bfb;
}

p, ul, ol {
  color: #da65f4;
  font-size: 3em;
  line-height: 1.7em;
  margin: 30px 0px 20px 20px;
}

p.hw {
  color: #80c299;
}

ol {
  list-style-type: thai;
}

li {
  color: #9171ab;
  margin: 0px 0px 0px 20px;
}

ol h2 {
  margin: 0px 0px 30px 20px;
  color: #338f56;
}

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

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

u > em {
  background-color: #a2d3b5;
  color: white;
}

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

.audioTimeLineModule {
  background-color: #80c299;
}

.timeMark {
  background-color: #e7f4ec;
}

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