/* override body font default for tinymce editor */
body#tinymce.wp-editor {
	font-family: Arial, Tahoma, "Sans Serif";
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 85%;
	font-style: italic;
	color: #999999;
	}
