/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

body.mceContentBody {
	font-size: 13px;
}
.dotted {
	display: inline-block;
	margin-bottom: 7px;
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.header {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.slim-text {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 20px;
}
.quote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
