﻿.ews_content_area {
    word-wrap:break-word;
}
.ews_content_area:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.ews_content_note {
	display: inline-block;
	text-decoration: none;
	color: #f3f1ef;
	font-style: normal;
	padding: 0 10px;
	line-height: 22px;
	background: #6f8950;
	margin: -2px 0 0 5px;
	border-radius: 2px;
	font-weight: bold;
	box-shadow: #000 0 0 1px;
	-webkit-text-shadow: #506b2f 0 0 1px;
	text-shadow: #506b2f 0 0 1px;
}

.ews_content_note:hover {
	background: #506b2f;
	-webkit-text-shadow: #25380d 0 0 1px;
	text-shadow: #25380d 0 0 1px;
}



#mceExternalToolbar {
    min-height:91px;
}
