/* This all should probably be included in the site's regular CSS somehow. */

main h4 {
	text-align: center;
	font-size: 36pt;
	margin: 20px auto 20px auto;
}
.standard-illustration, .plog46-gallery, .plog46-multifigure {
	margin: 0.75ex 0 0.75ex 0;
	padding: 1ex;
	background: rgba(0,0,0,0.5);
}
.plog46-multifigure {
	/* margin: auto; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
.plog46-multifigure > figcaption {
	max-width: 110ex;
	margin: auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.plog46-multifigure-images {
	display: flex;
	padding: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.plog46-multifigure-image {
	/* max-width: 45vw; */
	height: 384px;
	height: calc(min(384px, 60vh));
	width: auto;
}
.plog46-stl-thumbnail {
	max-height: 128px;
}

main p, main ul, main ol {
	max-width: 120ex;
	margin: auto;
}
main li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}
.error, .todo {
	background: black;
	color: red;
}
