div.audioPlayerModule {
  margin-top: 40px;
}

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

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

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

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

div.picWrap {
  background-color: green;
  border: 1px solid white;
}

div.num {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -o-radial-gradient(#fff5db, #DA9C01);
  background: radial-gradient(#fff5db, #DA9C01);
  margin: 0px auto 0px auto;
  text-align: center;
  line-height: 100px;
  font-size: 3rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  color: #193001;
  border: 4px solid #ccfd99;
}

img {
  display: block;
  width: 800px;
  height: 600px;
  border-radius: 20px 20px 0px 0px;
  margin: 0px auto 0px auto;
  border: 4px solid #ccfd99;
  border-bottom: none;
}

div.caption {
  display: block;
  width: 800px;
  height: 100px;
  border-radius: 0px 0px 20px 20px;
  margin: 0px auto 0px auto;
  padding-top: 5px;
  background-color: #3e391f;
  font-size: 3rem;
  line-height: 100px;
  text-align: center;
  color: #E1FCAB;
  border: 4px solid #ccfd99;
  border-top: none;
}

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

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

u > em {
  background-color: black;
}

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

.audioTimeLineModule {
  background-color: black;
}

.timeMark {
  background-color: #4d9403;
}

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

.waveform {
  opacity: 0.5;
}