nav img {
	max-height:32px;
	padding-right:0.5em;
	float:left;
}
main {
	font-size:1.2em;
	margin-top:2em;
}
main table,
.table {
	margin-top:1em;
	margin-bottom:2em;
	font-size:0.8em;
	width:100%;
}
main table caption {
	caption-side: top;
	text-align:center;
	font-weight:bold;
}
.table>:not(caption)>*>* {
	padding:0.5em;
}
main table th,
main table tr.th td {
	background:#e8e8e8 !important;
	font-style:normal;
	font-weight:bold;
}

main table th,
main table td {
	padding:3px 8px; 
}
main div.alert {
	margin:2em 0;
	font-size:0.8em;
}

main a:hover,
main a:focus {
	color:red;
}

main h1,
main h2,
main h3,
main h4 {
	margin:1em 0 0.5em;
}

main i.bi-box-arrow-up-right {
	padding-left:0.25em;
	font-size:0.8em;
	vertical-align:top;
}

body.type_0 main hr.catlist {
	margin-top:3em;
}

body.page_9001 main form { margin:1em 0; }
body.page_9001 #navsearch { display:none !important; }
main #results ol { margin-top:1em; }
main #results ol li { margin-top:0.5em; }
main #results em { font-size:0.85em; }

footer {
	background-color:#282828;
	color:#fff;
	margin-top:5em;
	padding:2em;
	text-align:center;
}
footer a {
	color:white;
}
footer a:focus,footer a:hover {
	color:#f99;
}