table.dataTable tr.dtrg-group td {
	background-color: #e0e0e0;
}

table.dataTable thead tr td {
	font-weight: bold;
}

table.dataTable tbody tr {
	background-color: #f0f0f0 !important;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 2em;
	font-size: 0.9em;
}

table.dataTable tbody tr:nth-child(2n) {
	background-color: #fff !important;
}

table.dataTable tbody tr:nth-child(2n+1) {
	background-color: #fcfcfc !important;
}

.dataTables_wrapper .dataTables_filter input  {
  display: inline-block;
  width: auto;
}