table {
  &.dataTable {
    thead {
      th {
        text-transform: capitalize;
      }
    }
  }
}
