table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: left center;
}

#trigger-table-button {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1em;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 100%;
}

#trigger-table-button::before {
    content: "Сховати таблицю";
    display: block;
}
#trigger-table-button.collapsed::before {
    content: "Дивитись таблицю";
    display: block;
}

#table-container thead, #table-container label, .dataTables_info,  .dataTables_paginate{
    font-size: 11px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #585858;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff;
}

button.dt-button, div.dt-button, a.dt-button {
    font-size: 11px;
}