table.dataTables {
border:0px;
}
table.dataTable tbody tr {
background-color: transparent;
}
.dataTables_wrapper .dataTables_info {
color: #fff;
margin-top: 20px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
background-color: transparent;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
color: #fff;
margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: white;
margin-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
color: #fff !important;
}
table.dataTable.no-footer {
border-bottom: 1px solid #fff;
}