body, html {
	padding: 0;
	margin: 0;
	font-family: serif;
	font-size: 100%;
	color: black;
	background-color: white;
}
header {
	border: 2px solid gray;
	padding: 1em;
}
#headContent .contact {
	display: block;
	float: right;
}
#navBar {
	display: none;
}
#headContent #mobile-logo {
	display: none;
}
#headContent #logo {
	width: 25%;
	display: block;
}
img {
	max-height: 10em;
	width: auto;
	display: block;
	margin: auto;
}
#footer {
	border: 2px solid gray;
	margin: 0.75em;
	padding: 0.75em;
}
#footer #site-created-by {
	float: right;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing:0;
    border-color: gray;
    border: 1px solid #aed1dd;
}
tbody.center {
    text-align: center;
}
table tr:nth-child(2n) {
    background-color:#f1f1f1;
}
table td:first-child {
    padding-left: 0.75em;
}
table td:last-child {
    padding-right: 0.75em;
}
table td,
table th {
    border:none;
    padding:  0.5em 0;
    border-bottom: 1px solid #d4e7ed;
}
thead {
    color: #003F51;
}
thead th {
    padding: 1em 0;
}

#content h1,
#content h2,
#content h3 {
	font-family: sans-serif;
    border-bottom: 0.09em solid #aed1dd;
    color: #003F51;
    padding-top: 2.5em;
    line-height: 1em;
}
#content h3 {
    padding-top: .5em;
}
#content h1:first-child,
#content h2:first-child,
#content h3:first-child {
    padding: inherit;
}