ul {
	list-style-position: outside;
	list-style-type: none;
}

ul li {
	text-indent: 0;
}

.list {
	font-weight: bold;
}

.list li {
	font-weight: normal;
}

.imgcontainer {
	text-align: center;
}

.imgcontainer img {
	display: inline-block;
	display: inline;
	width: auto;
	height: auto;
}

.fleft {
	float: left;
	max-width: 40%;
	margin: 7px;
}

.fright {
	float: right;
	max-width: 40%;
	margin: 7px;
}

.footnotes {
	width: 90%;
	margin-left: 1em;
	border-top: 1px solid black;
	font-size: 75%;
	margin-bottom: 1em;
}

#footnotediv {
	color: rgb(var(--fg-emph));
	background-color: rgb(var(--bg-main));
	border: thin solid black;
	padding-left: 0.5em;
}