@charset "UTF-8";
html, body {
  background-color: #172a57;
  margin: 0;
}

div.astro {
  padding: 30px;
  background-color: black;
}

div.astro u {
  border-bottom: 3px dotted #666666;
}

div.astro u > em {
  background-color: #666666;
}

div.astro u > em::after {
  border-color: transparent transparent #666666 transparent;
}

div.astro h1 {
  color: #999999;
}

div.horo u {
  border-bottom: 3px dotted #8e10a7;
}

div.horo u > em {
  background-color: #8e10a7;
}

div.horo u > em::after {
  border-color: transparent transparent #8e10a7 transparent;
}

div.horo {
  padding: 30px;
  background-color: #3F074A;
}

div.horo h1 {
  color: #b614d6;
}

div.geo {
  padding: 30px;
  background-color: #1c4200;
}

div.geo h1 {
  color: #5ddb00;
}

div.geo u {
  border-bottom: 3px dotted #327500;
}

div.geo u > em {
  background-color: #327500;
}

div.geo u > em::after {
  border-color: transparent transparent #327500 transparent;
}

div.histo {
  padding: 30px;
  background-color: #1E3045;
}

div.histo h1 {
  color: #4c7ab0;
}

div.histo u {
  border-bottom: 3px dotted #3d618c;
}

div.histo u > em {
  background-color: #3d618c;
}

div.histo u > em::after {
  border-color: transparent transparent #3d618c transparent;
}

div.histo h1 {
  color: #999999;
}

div.super u {
  border-bottom: 3px dotted #c92a18;
}

div.super u > em {
  background-color: #c92a18;
}

div.super u > em::after {
  border-color: transparent transparent #c92a18 transparent;
}

div.super {
  padding: 30px;
  background-color: #6E170D;
}

div.super h1 {
  color: #e6412e;
}

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

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

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

h2 div {
  display: inline;
  color: #d16379;
}

h2 span {
  font-size: 4rem;
  color: #ff8100;
}

img {
  display: block;
  margin: 20px auto 30px auto;
}

button {
  font-size: 2.5em;
  border: 2px solid #ed7b28;
  border-radius: 13px;
  padding: 4px 12px 6px 12px;
  margin: 8px 8px 8px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5B586), to(#F25C5C));
  background-image: -o-linear-gradient(#F5B586, #F25C5C);
  background-image: linear-gradient(#F5B586, #F25C5C);
}

button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F25C5C), to(#F5B586));
  background-image: -o-linear-gradient(#F25C5C, #F5B586);
  background-image: linear-gradient(#F25C5C, #F5B586);
}

button:active, button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F25C5C), to(#F5B586));
  background-image: -o-linear-gradient(#F25C5C, #F5B586);
  background-image: linear-gradient(#F25C5C, #F5B586);
  padding: 2px 10px 4px 10px;
  border: 4px solid #fababa;
}

div.answer {
  margin: 40px 0px 40px 0px;
  height: 60px;
}

div.answer p {
  text-align: center;
  line-height: 60px;
  font-size: 3em;
  line-height: 0px;
}

div.answer p.Y {
  color: #f9d2b5;
}

div.answer p.Y::after {
  content: " → ถูกต้อง ! ! !";
  color: #457dff;
}

div.answer p.N {
  color: #3c66cb;
}

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

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

u > em {
  background-color: black;
  color: white;
}

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

.audioTimeLineModule {
  background-color: #1c346b;
}

.timeMark {
  background-color: #325bbc;
}

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