body {
  line-height: 1;
  background-color: black;
}

p {
  font-size: 4vw !important;
  margin: 0 !important;
  color: white;
}

.table-bordered {
  border: none !important;
}

.table-bordered td,
.table-bordered th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* border-bottom-width: 1px !important; */
}

.table {
  border: none !important;
  margin-bottom: 2.9rem !important;
}

.table td,
.table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.4rem !important;
}

.table-head {
  max-width: 192px !important;
  display: inline-block !important;
  max-height: 160px !important;
  font-size: 6px !important;
  white-space: nowrap;
  color: white;
  font-weight: 600;
}
