/* Override container-xl to use full width */
.container-xl {
    width: 100% !important;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* Список: не сдвигать таблицу вправо, когда блок «Showing … (filtered from …)» пуст или скрыт */
.dataTables_info {
    display: none !important;
}
.dataTables_wrapper .row:first-child .col-md-6:first-child {
    flex: 0 0 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    min-width: 0 !important;
}