table.dataTable.dataTable_width_auto {
    width: auto;
}
#filtrosLst{
    width: 110px;
}
#filtrosLst:hover{
    background: rgba(0, 0, 0, .1);
}
.dataTables_filter label::after {
    content: "" !important;
}