/* CKEDITOR IMAGE STYLING */
figure.image {
    margin: 0;
}

figure.image-style-align-left img {
    max-width: 50%;
    margin: 0 1.5em 1.5em 0;
    float: left;
}

figure.image-style-align-right img {
    max-width: 50%;
    margin: 0 0 1.5em 1.5em;
    float: right;
}

figure.image-style-align-right img {
    max-width: 50%;
    margin: 0 0 1.5em 1.5em;
    float: right;
}

figure.image img {
    border-radius: 4px;
    max-width: 100%;
}

.forum-links__wrapper a {
    color: #000000;
}

#post_notifyOnReply label {
    font-weight: normal !important;
    margin-left: 7px;
}

.highlighted {
    font-weight: bold;
    background-color: #FFFF00;
}

.liked:before {
    color: #26b0ad !important;
}

.disliked:before {
    color: #f20037 !important;
}

.rating-item__wrapper {
    border-bottom: 1px solid #bcbec0;
    margin-top: 17px;
    padding-bottom: 17px
}

.rating-item__wrapper:last-of-type {
    border-bottom: none;
}

.rating-item__wrapper.no-border {
    border-bottom: none;
}

#post_notifyOnReply label {
    display: inline;
}