.dataTables_wrapper{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.dataTables_wrapper:before{
	content: "";
	background-color: #F2F8FF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 0;
}
.dataTables_filter{
	position: relative;
	z-index: 1;
}
.dataTables_filter label{
	font-size: 10px;
	line-height: 40px;
}
.dataTables_filter label input{
	line-height: normal;
}
.dataTables_length{
	position: relative;
	z-index: 1;
}
.dataTables_length label{
	font-size: 10px;
	line-height: 40px;
}
.dataTables_paginate{
	font-size: 10px;
	margin-top: 10px;
}
.dataTables_info{
	font-size: 10px;
	margin-top: 10px;
}

.dt-buttons{
    padding-top: 6px;
}
button.dt-button, div.dt-button, a.dt-button{
    font-size:10px;
}