.nycudmc-box {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.nycudmc-hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #4f6aaf;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  opacity: 1;
}

.nycudmc-box .dataset-item {
  border-bottom: 1px solid #4f6aaf;
}
.nycudmc-box .dataset-item:last-of-type {
  border-bottom: none;
}

.table-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e1e5e9;
}

.table-header th {
  /* padding: 12px 16px; */
  border: none;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
}

.table td {
  text-align: center;
}
