.fixed-table-container {
  height: 900px;
}

.fixed-table-container th,
.fixed-table-container td {
  white-space: nowrap !important;
}

.fixed-table-container th {
  background: #fff;
}

.fixed-table-container td:first-child {
  background: #fff;
}
