/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

/* texts and headers*/
.website_text_header_red {
	color: #DC241F;
	background-color: inherit;
}
.website_text_header_orange {
	color: #FF9A00;
	background-color: inherit;
}
.website_text_header_blue {
	color: #3656AB;
	background-color: inherit;
}
.website_text_header_green {
	color: #62BD19;
	background-color: inherit;
}
.website_text_header_gray {
    color: #879099;
    background-color: inherit;
}