/* 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_main_page {
    font-weight: bold;
    background-color: inherit;
}


.website_text_white_bold {
    color: #fff;
    font-weight: bold;
    background-color: inherit;
}

.website_text_white {
    color: #fff;
    background-color: inherit;
}

.website_text_header_main_blue {
    color: #0F207B;
    background-color: inherit;
    font-weight: bold;
}
