table.table-bordered.dataTable th:last-child{
  border-right-width: 0 !important;
}

table.dataTable.table-striped>tbody>tr.odd>*,
table.dataTable.table-striped>tbody>tr.even>*{
  box-shadow: none;
}

table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){
  background-color: #fff;
}

