body.editor-content {
    margin: 20px;
}
body.editor-content, .cke_panel_frame body {
    background-color: white;
}
.cke_panel_listItem * {
    margin: 0 !important;
}
.editor-content {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.editor-content p {
    margin-bottom: 1em;
}
.editor-content .blockquote > p {
    margin-bottom: 0;
}
.editor-content figure {
    display: block;
    text-align: center;
    margin: 3rem 0;
}
.editor-content img {
    max-width: 100%;
}
.editor-content figure img {
    height: auto;
}
.editor-content figcaption {
    display: block;
    font-size: 80%;
    color: #6c757d;
    margin: 5px 0;
}
.editor-content .drop-caps {
    float: left;
    font-size: 75px;
    line-height: 90px;
    padding-right: 10px;
    height: 80px;
}
.editor-content hr {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin: 3rem 0;
}
.editor-content a:not(.btn) {
    text-decoration: underline;
}
.editor-content h4 {
    font-size: 20px;
}