body {
  font-size: 100%;
}
ul {
  margin-left: 1rem;
  padding-left: 2px;
}
ul ul {
  margin-left: 0.4rem;
  padding-left: 2px;
}
ul li {
  padding: 4px 4px;
}
table {
  border: 1px solid darkblue;
  table-layout: fixed;
  padding: 1px;
}
th,
td {
  border: 1px solid darkblue;
  padding: 5px;
}
th.left,
td.left {
  width: 30%;
  padding: 1px;
}
table td:nth-child(1) {
  min-width: 3em;
}
img {
  max-width: 100%;
}
.button {
  color: #fff;
  background-color: #e5a000;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border: 3px #568ebf solid;
  border-radius: 8px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
}
.seekbutton {
  /* font-size: 14px; */
  font-weight: bold;
  /* line-height: 100%; */
  text-align: center;
  padding: 0.25em;
  margin: 0.25em;
  cursor: pointer;
}
.topbutton {
  /* color: #fff; */
  color: #000;
  background-color: #FFDA68;
  /* background-color: #e5a000; */
  /* background-color: #4245D1; */
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  /* line-height: 350%; */
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  /* border: 3px #568ebf solid; */
  border: 3px #4245D1 solid;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline-block;
}
.disable-select {
  user-select: none;  /* Chrome, Opera */
  -webkit-user-select: none;  /* Safari */
  -khtml-user-select: none;  /* Konqueror */
  -moz-user-select: none;  /* Firefox */
  -ms-user-select: none;  /* Internet Explorer, Edge */
}
@media print {
  .noprint {
    display: none;
  }
}
.maindiv {
  /* color: #1622A0; */
  /* color: darkblue; */
  /*
  margin: auto;
  padding: 2%;
  max-width: 800px;
  */
}
.video {
  position: relative;
  padding: 56.25% 0 0 0;
}
.chapterimg {
  max-width: 100%;
  height: auto;
}
.playdiv {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
#mytime {
  border: 1px solid darkblue;
  border-radius: 5px;
  background: white;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  margin: 0.25em;
}
#transcript span {
  cursor: pointer;
}
#transcript span:hover,
#transcript span:hover {
  background-color: #CCFFCC; /* slightly lighter than lightreen */
}
p span.highlight {
  background-color: #CCFFCC; /* slightly lighter than lightreen */
}
#editText {
  text-decoration: underline;
}
#editText:hover {
  cursor: pointer;
}
.hide {
  display: none;
}
/* Alignment */
.align-left   {
  text-align: left;
  margin-right: auto;
}
.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.align-right  {
  text-align: right;
  margin-left: auto;
}
.align-top    { vertical-align: top; }
.align-middle { vertical-align: middle; }
.align-bottom { vertical-align: bottom; }
