.column {
  float: left;
  width: 33%;
}

.spacer {
	height: 5px;
}

iframe {
	width: 100%;
}

h1 {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

p, i {
	font-size: 14px;
	margin: 2px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	margin: 2px;
}

ul {
	margin: 3px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

html {
	font-family:Arial;
}

.section {
	border-style: solid;
	border-color: black;
	padding: 0px 5px 5px 5px;
	margin: 5px 3px 5px 3px;
}

.table-wrapper {
  position:relative;
	resize:vertical;
}

.table-scroll-horizontal {
	overflow-x: scroll;
}

.table-scroll {	
  height: 104px;
  overflow: auto;
	margin-top: 5px;
	margin-bottom: 8px;
}


.table-wrapper table {
  width:100%;
	margin-top: 5px;
	margin-bottom: 8px;
}

.table-wrapper table tr td {
  background: WhiteSmoke;
  color: black;
}

th {
	background: lightgray;
	font-size: 12px;
}

td {
  font-size: 12px;
	padding: 2px;
}

.light {
	background:WhiteSmoke;
	color: black;
}

em {
	font-style: normal;
	font-size: 13px;
	color: white;
	font-weight: bold;
	background-color: Navy;
	font-weight: bold;
	border-radius: 2px;
	padding: 0.5px 3px 0.5px 3px;
	margin: 1px;
}

.blob {
	border-radius: 5px;
	background-color: white;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	display: inline-block;
}

.topnav {
  background-color: #333;
  overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 5;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav form {
  float: right;
  padding: 0;
  border: none;
	width: 180px;
  margin-top: 4px;
  margin-right: 16px;
	margin-bottom: 4px;
}

.topnav input {
  float: right;
  padding: 6px;
  border: none;
	width: 100%;
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
	
	#intro-div {
		border: 0px;
		padding: 0px;
	}
	
	h1 {
		font-size: 32px;
		margin: 16px 0px;
	}
	
	h2 {
		font-size: 24px;
		margin: 14px 0px;
	}
	
	p, i {
		font-size: unset;
		margin-top: 12px;
	}
	
	.column {
		display: block;
		width: 100%;
	}
	
	.section {
		border-style: solid;
		border-color: black;
		padding: 0px 10px 10px 10px;
		margin-bottom: 10px;
	}
	
	.table-wrapper {
		position:relative;
		resize:vertical;
	}
	
	.table-scroll {	
		height:114px;
		overflow:auto;
	}
	
	.table-wrapper table {
		width:100%;
	
	}
	.table-wrapper table tr td {
		background:WhiteSmoke;
		color:black;
	}
	
	table {
		margin-top: 8px;
	}
	
	th {
		background: lightgray;
		font-size: 14px;
	}
	
	td {
		font-size: 14px;
		padding: 2px;
	}
	
	li {
		font-size: unset;
		margin: 10px;
	}

	ul {
		margin: unset;
	}
	
	.light {
		background:WhiteSmoke;
		color: black;
	}
	
	em {
		font-style: normal;
		font-size: unset;
		color: white;
		font-weight: bold;
		background-color: Navy;
		font-weight: bold;
		border-radius: 2px;
		padding: 1px 3px 1px 3px;
		margin: 1px;
	}
	
	.blob {
		border-radius: 5px;
		background-color: white;
		padding: 2px;
		margin: 2px;
		font-size: 10px;
		display: inline-block;
	}
	
	.topnav {
		background-color: #333;
		overflow: hidden;
	}
	
	.topnav a {
		float: left;
		color: #f2f2f2;
		text-align: center;
		padding: 10px 12px;
		text-decoration: none;
		font-size: 17px;
	}
	
	.topnav a:hover {
		background-color: #ddd;
		color: black;
	}
	
	.topnav a.active {
		background-color: #04AA6D;
		color: white;
	}
	
	.topnav form {
		float: right;
		padding: 0;
		border: none;
		width: 180px;
		margin-top: 4px;
		margin-right: 16px;
		margin-bottom: 4px;
	}
	
	.topnav input {
		float: right;
		padding: 6px;
		border: none;
		width: 100%;
		margin: 0;
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
  .topnav a {
    float: none;
    display: block;
    text-align: left;
    width: calc(100% - 28px);
    margin: 0;
    padding: 14px;
  }
	
	.topnav form {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
  .topnav input {
		float: none;
    display: block;
    text-align: left;
		width: 100%;
    border: 1px solid #ccc;
		margin: 0;
		padding: 14px;
  }
}