#container {
  /* font-family: 'Times New Roman', Times, serif; */
  width: 820px;
  margin: 0 auto 40px;
}
p, li {
  font-size: 1.1em;
  line-height: 1.4em;
}
h1 {
  font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.2em !important;
  line-height: 1.2em !important;
}
h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: 600 !important;
  margin: 3px 0;
  line-height: 1.5em !important;
  font-size: 1.43em !important;
}
h2 span {
  font-family: "Arial Black";
}
h3 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.6em !important;
  color: #005eb8;
  margin: 20px 0 6px 0 !important;
}
h4 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.35em !important;
  margin: 15px 0 0 !important;
  line-height: 1.4em;
}
h5 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.25em !important;
  margin: 10px 0 0 !important;
}
#highlights {
  background-color: #fef2d7;
  width: 300px;
  float: right;
  margin: 20px 0 5px 8px;
  padding: 0 12px 15px;
}
#highlights ul {
  margin: 0;
  padding-left: 15px;
}
#highlights li {
  margin: 3px;
}
ul li::marker {
  color: #005eb8;
}
p {
  margin: 4px 0 6px 0;
}
hr.small-left {
  width: 20%;
  margin: 25px 0;
}
thead, .tblhed {
  background-color: #005eb8;
  color: #fff;
  font-weight: bold;
}
.tblsubhed {
  background-color: #e2e6e8;
  font-weight: bold;
}
.tblbg-ltblu {
  background-color: #e4edf8;
}
.figure {
  padding: 10px 20px;
  width: 100%;
}
.figure-box {
  width: 100%;
  border: solid 1px #444;
  margin: 5px 0;
  padding: 15px;
  text-align: center;
}
.img-100w {
  width: 100%;
}
.display-table {
  width: 100%;
  margin-top: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.display-table,
.display-table th,
.display-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.display-table th,
.display-table td {
  text-align: center;
}
.display-table th:first-of-type,
.display-table td:first-of-type {
  text-align: left !important;
}
.source {
  font-size: 0.95em;
  margin-top: 5px;
}
sup {
  padding-left: 2px;
}
hr {
  border-top: 1px solid rgba(0,0,0,.9) !important
}
.ref {
  font-size: 9px;
  vertical-align: super;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}