
div.page_header {
    margin: 0.75em;
}

div.page_navbar {
    margin: 0.75em;
}

div.page_table {
    margin: 0.75em;
}

div.page_footer {
    margin: 0.75em;
}

span.highlight {
    color: white;
    font-weight: bold;
    font-size: larger;
}

span.highlight a {
	text-transform: none;
    text-decoration: none; 
}

span.highlight a:link {
    color: white;
}

span.highlight a:visited {
    color: white;
}

span.highlight a:hover {
    color: yellow;
    text-decoration: underline; 
}

span.highlight a:active {
    color: green;
    text-decoration: none;
}

table {
	font-family: "Open Sans", "DejaVu Sans", Verdana, sans-serif;
    border: 1px solid gray;
    width:auto;
    height:auto;
    max-width:95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

table caption {
	background-color: gray;
	color: LightGrey;
	font-size: smaller;
}

table th {
	font-family: Montserrat, "Liberation Sans", Tahoma, sans-serif;
	background-color: #ddd;
	color: #333;
	min-width: 5em;
	padding: .5em;
	text-align: left;
	text-transform: capitalize;
}

table td {
	background-color: #eee;
	color: #000;
	min-width: 5em;
	padding: .5em;
}

table a {
	text-transform: none;
    text-decoration: underline;
}

table a:link {
    color: steelblue;
}

table a:visited {
    color: royalblue;
}

table a:hover {
    color: dodgerblue;
}

table a:active {
    color: red;
    text-decoration: none;
}

