.user-thumbnail {
  max-width: 128px; /* or to whatever you want here */
  max-height: auto; /* or to whatever you want here */
}

.max-width-100 {
  max-width: 1440px;
}

div.benchmark-column {
  white-space: normal;
  width: 80px;
  height: 24px;
  text-align: center;
}

.perf1 {
  background-color: var(--bs-red);
  color: var(--bs-white);
}

.perf2 {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}

.perf3 {
  background-color: var(--bs-green);
  color: var(--bs-white);
}

.perf4 {
  background-color: var(--bs-blue);
  color: var(--bs-white);
}
