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

div.btnDiv {
  margin: 8px 0px 0px 0px;
  padding: 0px 0px 0px 8px;
  text-align: center;
}

button {
  color: white;
  text-align: center;
  white-space: nowrap;
  font-size: 2rem;
  padding: 3px 6px 8px 6px;
  margin: 0px 8px 8px 0px;
  border: none;
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 59, 18, 0.5)), color-stop(90%, rgba(214, 222, 156, 0.5)));
  background: -o-linear-gradient(bottom, rgba(44, 59, 18, 0.5) 0%, rgba(214, 222, 156, 0.5) 90%);
  background: linear-gradient(0deg, rgba(44, 59, 18, 0.5) 0%, rgba(214, 222, 156, 0.5) 90%);
}

button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 59, 18, 0.5)), color-stop(90%, #FFEA8F));
  background: -o-linear-gradient(bottom, rgba(44, 59, 18, 0.5) 0%, #FFEA8F 90%);
  background: linear-gradient(0deg, rgba(44, 59, 18, 0.5) 0%, #FFEA8F 90%);
}

div.titlePicCap {
  border-radius: 15px 15px 0 0;
  margin-top: 80px;
}

.title {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), color-stop(60%, #cfd984));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, #cfd984 60%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, #cfd984 60%);
  border: 1px solid #172601;
  border-top: none;
  border-radius: 0 0 15px 15px;
  color: white;
  color: #d500fb;
  text-align: center;
  font-size: 2rem;
  padding: 8px 16px 8px 16px;
}

div.imgDiv, div.titlePicCap img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 15px;
  background-color: black;
}

div.titlePicCap img.noShow {
  opacity: 0;
}

div.titlePicCap img.show {
  opacity: 1;
}

div.titlePicCap .caption {
  text-align: center;
  background-color: #cfd984;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #172601;
}

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

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

h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding: 14px 20px 6px 20px;
  margin: 0;
  color: #172601;
}

h2 span {
  color: #e6e6b5;
}

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

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

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

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

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

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

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

u > em {
  background-color: #538904;
  color: #d0fc90;
}

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

.audioTimeLineModule {
  background-color: #355802;
}

.timeMark {
  background-color: #172601;
}

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