#page {
    text-align: justify;
}

#page h2 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #69382E;
}

#page h2 + p {
    margin-top: 0;
}

#page .cke-content img {
    max-width: 100%;
    height: auto !important;
}