
/* hide */
.content-body__bottom-area,
.content-header__time {
    display:none;
}



/* structure */
.content-body {
    width: 100%;
}

.content-body__lead {
    margin-right: 34px;
}

.content-body__text-area {
    width: 792px;
}

@media screen and (max-width: 994px) {
    .content-body__text-area {
        width: auto;
    }
}



/* design */
.content-header__title {
    font-family: Arial, Helvetica, sans-serif;
}

.content-header__panel:not(.content-header__panel--author) {
    width:auto;
    font-size:13px;
    color: #2649b8;
    background: #edf3ff;
    padding: 7px 7px 5px 7px;
    margin-bottom: 30px;
}


