@charset "utf-8";
.cke_editable {
    color: #000;
}

.cke_editable h1 {
    font-size: 24px;
    color: #57595b;
    margin-bottom: 20px;
    font-weight: bold;
}

.cke_editable h2 {
    font-weight: bold;
    font-size: 18px;
    color: #57595b;
    margin-bottom: 15px;
    margin-top: 30px;
    border-left: 10px solid #fbaf40;
    padding-left: 10px;
}

.cke_editable h3 {
    font-weight: bold;
    font-size: 14px;
    color: #57595b;
    margin-bottom: 15px;
}

.cke_editable h4 {
    font-size: 14px;
    color: #57595b;
    margin-bottom: 15px;
    font-weight: bold;
}

.cke_editable em {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.cke_editable .img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cke_editable .img-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cke_editable .img-center {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cke_editable table tr td p {
    margin-bottom: 0;
}

.cke_editable table th p {
    margin-bottom: 0;
}

.cke_editable .table-responsive {
    background-color: #FFF;
}

.cke_editable .table-responsive .table {
    margin-bottom: 0;
}

.cke_editable .table .thead-dark th {
    color: #fff;
    background-color: #57595b;
    border-color: #57595b;
}

.cke_editable .table-sm td, .cke_editable .table-sm th {
    padding: .25rem;
    font-size: 12px;
}

@media only screen and (max-width: 992px) {
    .cke_editable .img-left, .cke_editable .img-right, .cke_editable .img-center {
        float: none;
        width: auto;
        height: auto;
        margin: auto;
        margin-bottom: 20px;
    }
}
