table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 10px;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fcfcfc !important;
}


.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f6f6f6 !important;
}

table.dataTable.no-footer {
    border-top: 1px solid #111;
}