@import url(BSLists.css);
.mce-content-body ,.mce-content-body P
{
	font-size: 16px!important;
}
.mce-content-body TABLE ,.mce-content-body P TABLE,.mce-content-body TABLE TH,.mce-content-body P TABLE TH,.mce-content-body TABLE TD,.mce-content-body P TABLE TD
{
	font-size: 14px!important;
}
.mce-content-body TD.label
{
    white-space: nowrap;
}

.mce-content-body IMG.mce-img-left
{
	float: left;
    margin: 0.3em 1em 0.7em 0;
}
.mce-content-body IMG.mce-img-right
{
	float: right;
    margin: 0.3em 0 0.7em 1em;
}
.mce-content-body IMG.mce-img-center
{
	float: none;
    display: block;
    margin: 1em auto;
    clear: both;
}
.mce-content-body IMG.mce-img-fullsize
{
	float: none;
    display: block;
    margin: 1em auto;
    width: 100%;
    height: auto;
    clear: both;
}
