/***********************
      DataTable
************************/

.table thead th,
.table tbody td,
.table tbody th,
.table tfoot th{
  height: 0 !important;
}

.dataTables_paginate ul{
	background-color: #fff !important;
}

#data_next > a > i,
#data_previous > a > i{
	line-height: 0;
}

.dt-button {
  padding: 0;
  border: none;
  background: none;

}
.float-left-datatable {
	float: left;
	margin-bottom: 3px;
}