table caption {
	padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

/*
th:first-child + th + th,
td:first-child + td + td {
  display:none;
}
*/

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
