/**
 * Public and editor presentation safeguards for E&J Jurisprudencia entries.
 */
strong.ejjp-key-term,
.editor-styles-wrapper strong.ejjp-key-term,
.mce-content-body strong.ejjp-key-term,
body.single-post .entry-content strong.ejjp-key-term,
body.single-post .post-content strong.ejjp-key-term,
body.single-post .mvp-post-content strong.ejjp-key-term {
	font-weight: 700 !important;
}

figure.ejjp-inline-image,
.editor-styles-wrapper figure.ejjp-inline-image,
body.single-post figure.ejjp-inline-image {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

figure.ejjp-inline-image img,
.editor-styles-wrapper figure.ejjp-inline-image img,
body.single-post figure.ejjp-inline-image img {
	display: block;
	height: auto;
	max-width: 100%;
}
