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;
}

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

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