/* wysiwyg */

body #mainContent .wysiwyg *,
body.wysiwyg_editor * {
    font-family: 'News Cycle', sans-serif;
}

body #mainContent .wysiwyg ,
body.wysiwyg_editor {
    font-size: 17px;
}

body #mainContent .wysiwyg p,
body.wysiwyg_editor p {
    margin: 0 0 24px 0;
}

body #mainContent .wysiwyg blockquote p:last-child,
body.wysiwyg_editor blockquote p:last-child {
    margin-bottom: 0;
}

body #mainContent .wysiwyg table td,
body.wysiwyg_editor table td {
    padding: inherit;
}

body #mainContent .wysiwyg hr,
body.wysiwyg_editor hr {
    visibility: visible;
    border: none;
    border-top: 1px solid #CFCACA;
}

body #mainContent .wysiwyg blockquote,
body.wysiwyg_editor blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #E2E2E2;
    color: #767676;
    font-style: italic;
    text-align: justify;
}

body #mainContent .wysiwyg h4,
body.wysiwyg_editor h4 {
    font-size: 18px;
    font-weight: bold;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 1.1;
    box-sizing: border-box;
}




