img:not(.main) {
	max-width: 100%;
	max-height: 800px;
	display: block;
	margin: auto;
}

video:not(.main) {
	max-width: 100%;
	max-height: 800px;
	display: block;
	margin: auto;
}

.image-container {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
}

.image-caption {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #444444;
	line-height: 10px;
	margin-top: 5px;
	background-color: #ffffff;
}

.csl-left-margin, .csl-right-inline {
	display: inline;
}

pre code {
	margin-top: 20px;
	margin-bottom: 20px;
	white-space: pre-wrap;
	tab-size: 4;
	font-size: 12px;
}

:not(pre) > code {
	font-size: 15px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

tr:nth-child(even) {
	color: black;
	background-color: beige;
}

tr:nth-child(odd) {
	color: black;
	background-color: white;
}

th, td {
	padding: 5px 10px 5px 10px;
	border: 1px solid;
	border-color: #25938c;
}

td>strong {
	color: #185e5a;
}
