.redactor-styles h2,
.redactor-styles h4 {
    font-size: 16px;
    font-weight: 300;
}

.redactor-styles h3 {
    font-size: 26px;
    font-style: italic;
}

.redactor-styles h4 {
    text-transform: uppercase;
}

.redactor-styles p,
.redactor-styles ul {
    font-size: 16px;
}

.redactor-styles hr {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}

.redactor-styles p.link-element a {
    color: #838200;
    text-decoration: none;
    border-bottom: 1px solid #838200; }

.redactor-styles p.link-element a:before {
    content: '>';
    margin-right: 5px; }

.redactor-styles p.text-small {
    font-size: 14px;
}