﻿
table.data-table,table.data-table  td, table.data-table th { border: 0px !important;}
table.data-table {  border: 1px solid #f8f8f8 !important; }
table.data-table > thead tr  { border-bottom: 1px solid #aaa !important;}
table.data-table > tbody tr  { border-bottom: 1px solid #ddd !important;}
/* table.data-table > tbody > tr:nth-child(odd) { background: #f8f8f8;} */
table.data-table th, table.data-table td { border-right: 1px solid #f8f8f8 !important;}
table.data-table th:last-child, table.data-table td:last-child { border-right: 0px !important;}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    color: red !important;
}

