/* Image Display */

img + em { display: block; text-align: center;}
img + strong { display: block; text-align: center;}

img { max-width:98%; /* max-width:128%; */
	padding: 1%;
	height: auto;
	border: none; /* thin black solid;removed for mkdocs */
	text-align: center;
	background:white; /* lightgrey; removed for mkdocs */
	display: block;
	margin-left: auto;
	margin-righ
