@charset "utf-8";

.cke_editable h1 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0e76bc;
}

.cke_editable h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0e76bc;
}

.cke_editable h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0e76bc;
}

.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;
}

@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;
    }
}