table.dataTable thead th {
  background-color: #ebebeb;
  background-image: none!important;
}
table.dataTable tr.even {
  background-color: #ebebeb;
}
input {
  -webkit-appearance: auto!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: none!important;
  color: #000!important;
  border: 1px solid transparent!important;
  text-decoration: underline!important;
  box-shadow: none!important;
}