.dataTables_wrapper, .dataTables_wrapper #entries-data{
	width: 100% !important;
	max-width: 100% !important;
}
.dataTables_wrapper .list_group_even{
	border-top: 1px solid #ccc;
}
.dataTables_wrapper tr.entry.even {
    background-color: #f5f5f5;
}

/* Version 1.1 */
.dataTable .entry::before{
	display:none;
}
.dataTable th, .dataTable td{
	vertical-align: middle;
}
table.dataTable>tbody>tr.child ul.dtr-details .dtr-data{
	white-space: normal;
}