/* Fix issue where image block isn't centered when set to 'Align center'. */
figure.aligncenter {
	margin-left: auto;
	margin-right: auto;
}