ul.simple,
ol.simple {
	padding-left: 1.6rem;
}

ul.simple li:not(:last-child),
ol.simple li:not(:last-child) { 
	margin-bottom: 0.5rem;
}

body.dark .with-shadow {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}
body.light .with-shadow {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
figcaption {
	font-style: italic;
	font-size: 1.0rem;
}
figcaption p {
	margin-top: 0;
}
