body {
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color:  #333;
  background-color: #fff;
}


.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #EFF5F5; //red; // Choose your own color here
 }

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #BFD9D9; //grey; // Choose your own color here
 }
 
table.dataTable thead tr th.sorting_asc, 
table.dataTable thead tr td.sorting_asc {
  background-color:#BFD9D9;
}

table.dataTable thead tr th.sorting_desc, 
table.dataTable thead tr td.sorting_desc {
  background-color:#BFD9D9;
}