table.dataTable thead th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}
input[type="search"] {
  border: 1px solid #999;
  padding: 5px;
}

table.dataTable.display tbody td {
  border-top: none;
  background: transparent;
}