table.dataTable tbody tr{
    background: none;
    border-bottom: 2px dotted #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #89ab00 !important;
    background-color: #89ab00 !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color:#fff !important;
}
.pages_previous, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: #89AB00;
}
table.dataTable{
    border-collapse: collapse;
}
