/* rich text editor styles */

#tinymce {
  max-width: 750px;
}

body.mceContentBody {
  font-family: "Le Monde Journal", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #222222;
}

span.cf-hl-salmon {
  background-color: #F6CBC9;
}
span.cf-hl-purple {
  background-color: #CBC9F6;
}
span.cf-hl-green {
  background-color: #C9F6CB;
}