.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
	display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: normal;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	background-image: none;
}

table.dataTable.no-footer {
	border-bottom: none;
}
