h1 {
	margin-bottom: 2rem;
}


a {
	color: #00a9dd;
}

a:hover {
  color: #007da3;
  text-decoration: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #00a9dd;
}

p {
  text-align: justify;
  /* font-size: 13px; */
  font-size:1.2em;
}

td {
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.3em;
  width:80%;
}

.current_tab{font-weight: bold;}

.subdued_text{
  color: #999999;
  margin: 0px 1em 1em 0px;
}

.blank{
  height: 2em;
  clear: both;
}

.label-info {
  background-color: #00a9dd;
}

.label-info[href]:hover {
  background-color: #007da3;
}

.video-container {
  position: relative;
  padding-bottom: calc(56.25% * 0.75); /* 16:9 */
  width: 95%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0%;
  left: 2.6%;
  width: 100%;
  height: 100%;
}
