@import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:400,600,700|Merriweather:400,400italic,700,700italic");
.rich-text-editor {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", arial, sans-serif;
  background: #fff;
}
.rich-text, .rich-text-editor {
  color: #000000;
}
.rich-text h1, .rich-text-editor h1 {
  color: #313131;
}
.rich-text h2, .rich-text-editor h2 {
  color: #313131;
}
.rich-text h3, .rich-text-editor h3 {
  color: #313131;
}
.rich-text h4, .rich-text-editor h4 {
  color: #313131;
}
.rich-text h5, .rich-text-editor h5 {
  color: #313131;
}
.rich-text p, .rich-text ul, .rich-text ol, .rich-text li, .rich-text th, .rich-text td, .rich-text-editor p, .rich-text-editor ul, .rich-text-editor ol, .rich-text-editor li, .rich-text-editor th, .rich-text-editor td {
  color: #000000;
}
.rich-text b, .rich-text strong, .rich-text-editor b, .rich-text-editor strong {
  font-weight: 600;
}
.rich-text .ss-icon, .rich-text .flaticon, .rich-text .fa, .rich-text-editor .ss-icon, .rich-text-editor .flaticon, .rich-text-editor .fa {
  color: #313131;
}
.rich-text a, .rich-text-editor a {
  color: #038cc3;
}
