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

.percent-up {
  color: green;
  font-weight: 800;
}
.percent-down {
  color: red;
  font-weight: 200;
}

.rate-above-50 {
  color: green;
  font-weight: 800;
}
.rate-below-50 {
  color: red;
  font-weight: 200;
}

.graph {
  min-width: 200px;
  min-height: 100px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}