table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

table.table-fit thead th, table.table-fit tfoot th {
    width: auto !important;
	white-space: nowrap;
}

table.table-fit tbody td, table.table-fit tfoot td {
    width: auto !important;
}

.notActive{
	background-color:#b7b5b5 !important;
	
}