.dataTables_wrapper .dataTables_filter {
	float:none !important;
	text-align: left !important;
}
.dataTables_wrapper .dataTables_filter input {
	margin:0 !important;
	font-size: 88% !important;
	height: auto !important;
	line-height: 100% !important;
	padding:8px 12px !important;
	height: 44px !important;
	border-radius: 4px !important;
	font-weight: normal !important;
	box-shadow: none !important;
	border:1px solid #ccc !important;
	color:#555 !important;
}
table.dataTable thead th, table.dataTable thead td {
	padding:8px !important;
}
table tbody tr.inactive {
	background:#EEE;
}
#listclasses_wrapper.dataTables_wrapper .dt-buttons .btn {
	margin-top:0;
}
table#datadownload {
	display: none !important;
}
#liststudents_wrapper.dataTables_wrapper .dt-buttons .btn {
	margin-bottom:30px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	padding:8px;
}
table#listclasses tr td:first-child {
	white-space: nowrap !important;
}