#editor {
    margin-top: 50px;
}
.codex-editor__redactor {
    padding-bottom: initial !important;
}
.ce-block__content,
.ce-toolbar__content {
    max-width: initial !important;
}
.ce-header {
    margin-top: .5rem !important;
    padding: 10px !important;
    margin-bottom: initial !important;
}
h3.ce-header {
    margin-top: 80px !important;
}
#editor h3 {
    margin-bottom: .5rem !important;
}
#editor h4 {
    text-align: center;
}
#editor h5 {
    text-align: center;
    font-size: 15px;
}
#editor h6 {
    background-color: #cccccc;
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
}
#editor p,
.ce-paragraph.cdx-block {
    margin-bottom: .5rem;
    margin-left: 0;
    padding: 0.6rem 1rem 1rem 1rem;
}
#editor .image {
    text-align: center;
    padding-bottom: 2rem;
    max-height: 350px;
    overflow-y: scroll;
    margin: 2rem;
}
#editor img,
.image-tool__image-picture {
    max-width: 100% !important;
    vertical-align: middle !important;
    margin: 0 auto !important;
}
.image-tool__caption {
    display: none;
}