
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{
	vertical-align: top;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border:none;
}
div.DTFC_Blocker{
	background-color: #fff;
}
div.DTFC_RightBodyLiner{
	overflow: hidden!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}