/*
 * This stylesheet contains the class names which are to appear in the CMS HTML Editor
 */

/* Align image left - should be placed on the paragraph containing the image*/
.align-image-left {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}

/*No bottom margin */
.no-bottom-margin {
	margin-bottom: 0 !important;
}

/* Small caps */
.small-caps {
	font-variant: small-caps;
}

/* PLACEHOLDER: Inline caption */
.inline-caption {
	font-size: 0.8em;
}
