/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */

@import "typography.css";

body.mceContentBody {
	min-height: 40px;
	font-size: 62.5%;
}

.urlRight {
	float:right;
	margin-right:40px;
	width:10em;
	color:#999;
	text-align:left;
}
