.uo-groups-select-date-range input[name="datefilter"] {
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	cursor: pointer;
	font-size: 15px;
	padding: 6px 15px;
	transition-duration: .1s;
	transition-property: color,border-color;
	transition-timing-function: linear;
	width: 100%;
}
.uo-groups.uo-reports .uo-groups-select-date-range {
	margin: 15px 10px 0;
}
#group-course-report-datatable thead tr th {
	color: #fff;
}