/* 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 {
  color: #000;
  font-size: 1.9em;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: inherit;
}
