.content-wrap .editor-h1,
.content-wrap .editor-h2,
.content-wrap .editor-h3,
.content-wrap .editor-h4 {
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
  margin: 0;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.content-wrap .editor-h1 {
  font-size: 41px;
  font-weight: 800;
}
.content-wrap .editor-h1.red {
  color: #bb0000;
}
.content-wrap .editor-h1.white {
  color: #ffffff;
}
.content-wrap .editor-h2 {
  font-size: 30px;
  font-weight: 800;
}
.content-wrap .editor-h3 {
  font-size: 19px;
  font-weight: 800;
}
.content-wrap .editor-h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.content-wrap p,
.content-wrap div.mark-placement {
  padding: 10px 0;
  margin: 0;
}
.content-wrap ol {
  padding-left: 50px;
  list-style-type: decimal;
}
.content-wrap ol li {
  padding: 5px 0;
}
.content-wrap table {
  margin-bottom: 5px;
}
.content-wrap table td {
  vertical-align: bottom;
  padding: 5px 15px 5px 0;
}
