.dataTables_wrapper{margin-top:20px;}
table.dataTable thead th{position:relative;}
table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting{background-image:none;}
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after{
	font-family:"FontAwesome";
	position:absolute;
	right:7px;
}
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before{
	content:"\f0d8";
	top:5px;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_desc::before{
	content:"\f0d7";
	bottom:5px;
}
.dataTables_wrapper .dataTables_paginate{
	float:none;
	text-align:left;
	background:#EEEEEE;
	padding-top:0
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover{
	background:#292B2C;
	border-radius:0
}