#DataTable {
  width: 100%;
  margin: 0px;
}

#DataTable thead {
  font-weight: bold;
}

#DataTable tbody tr:hover {
  background-color: #007ac3;
  opacity: 0.9;
}

#DataTable tbody .detail-clicked td {
  color: #f89c42;
  font-weight: bold;
}

#DataTable tbody .detail-clicked:hover td {
  background-color: #007ac3;
  opacity: 0.9;
}

#DataTable tbody tr:not(.detail-clicked):hover td {
  color: white;
  font-weight: bold;
  background: #007ac3;
}

.dt-column-order,
.hidden-secret,
.button-secret {
  display: none !important;
}

.dtfh-floatingparent-head {
  background-color: white;
  font-weight: bold;
}

.notes-title div,
.stat-check-title div {
  text-align: center;
}

@media all and (max-width: 768px) {
  #DataTable {
    table-layout: auto !important;
  }

  #DataTable thead .stat-check-title,
  .fixedHeader-floating thead .stat-check-title {
    display: none;
  }

  #DataTable
    tbody
    td:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    display: none;
  }
}
