/* Overriding the CSS for max width for datatables for customer complaints */

.customercomplaintoverview .dataTables_wrapper table thead th select {

   max-width: 200px;

}

/* Overriding the CSS for max width for datatables for inspection overview*/

.inspectionoverview .dataTables_wrapper table thead th select {

   max-width: 200px;

} 

/* Overriding the CSS for max width for datatables for workplace incident overview*/

.workplaceincidentoverview .dataTables_wrapper table thead th select {

   max-width: 200px;

} 

/* Overriding the CSS for max width for datatables for workplace risk overview*/

.workplaceriskoverview .dataTables_wrapper table thead th select  {

   max-width: 200px;

}