.contents_controls, .body .contents_controls {
    background: #fafafa;
}

.contents .contents-title, .body .contents .contents-title {
    background-color: white;
    border: none;
}

.contents_controls .right a:last-of-type, .contents_controls .right button:last-of-type {
    margin-left: 15px;
    display: none;
}

body.home-page .contents_controls, .body .contents_controls {
    background: var(--main-color);
    display: none;
}
.attachments_bar, .body .attachments_bar {
    background-color: #ffc63447 !important;
}