.container_content_notifications {
    margin-top: 20px;
}

td.cell_table_notification {
    text-align: center;
    padding: 10px 15px;
    border-left: 0 !important;
    width: calc(100% / 2.5);
}

.content_header > tbody > tr.tr_item_notification:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

@media (max-width: 1600px) {
    th.head_notification,
    td.cell_table_notification {
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1600 - 320));
    }
}