#chart {
  height: 40px;
  width: 60px;
  position: relative;
}

#chart div.bar {
  background-color: #557b55;
  width: 8px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#chart div.bar:nth-of-type(2) {
  left: 10px;
  background-color: #8a7237;
}

#chart div.bar:nth-of-type(3) {
  left: 20px;
  background-color: #0a65aa;
}

#chart div.bar:nth-of-type(4) {
  left: 30px;
  background-color: #a5a8eb;
}

#chart div.bar:nth-of-type(5) {
  left: 40px;
  background-color: #f39268;
}

#chart div.bar:nth-of-type(6) {
  left: 50px;
  background-color: 50px;
}

td.practice-hidden, td.outcome-hidden {
  display: none;
}
