.d-inline-block {
  display: inline-block;
}
.f-small {
  font-size: 80%;
}
.text-center, .t-center {
  text-align: center;
}
.bg-primary {
  color: black;
}
.list-disp, .list-disp li {
  list-style: square;
  list-style-position: inside
}
.table-pad > thead > tr > th, .table-pad > tbody > tr > th, .table-pad > tfoot > tr > th, .table-pad > thead > tr > td, .table-pad > tbody > tr > td, .table-pad > tfoot > tr > td {
  padding: 8px 0;
}
.about-inline p {
  font-size: 16px;
  padding: 0;
}
.mb-6 {
  margin-bottom: 32px;
}
p {
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 600px;
}
.btn {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}
.section-head-lite p {
  opacity: 1;
}
@media only screen  {
  .section-head-lite dl, .section-head-lite * {
    color: #fff;
  }
  .section-head-lite h2, .section-head-lite h3 {
    color: #fff;
  }
}
dl.fl dt {
  padding-bottom: 10px;
  padding-top: 10px;
  min-width: 120px;
  float: left;
  clear: both;
  font-weight: bold;
}
dl.fl dd {
  padding: 10px 0 10px 130px;
  border-bottom: 1px solid #9996;
}
dl.fl dd::after{
  clear: both;
}
dl.fl dt.dtonly {
  float: none;
  display: block;
  border-bottom: 1px solid #9996;
}
dl.fl dd.dtonly {
  display: none;
}
dl, li {
  line-height: 28px;
  font-size: 16px;
}
p {
  font-size: 16px;
}
#importantDates h2 {
  color: #09205E;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 3px solid #7D0042;
}
a, a:hover, a:focus {
  text-decoration: underline;
}
.btn, button, button:hover, nav a {
  text-decoration: none;
}
a:hover {
  color: auto;
}
#tutorial {
  background: #d5e7f7;
}
p {
  font-feature-settings: "palt";
  text-align: justify;
}
.marker {
	background:linear-gradient(transparent 60%, #6f6 60%);
}