table.dataTable>tfoot>tr>th {
  cursor: pointer;
  text-align: center;
}

table.dataTable thead>tr>th {
  background-color: #ee5b58;
  cursor: pointer;
  color: white;
}

table.dataTable>thead>tr>th {
  padding: 0.5em;
  border-bottom: none;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
  padding: 0.5em;
  cursor: pointer;
}
