.chart-outer {
  max-width: 800px;
  margin: 2em auto;
}
#container {
  height: 300px;
  margin-top: 2em;
  min-width: 380px;
}
th button{
  display: none;
}

td:last-child {
  font-weight: bold;
  color: #000 !important;
}

td:last-child[data-cell-data="Very Poor (1)"] {
  background-color: #e3664d;
  color: #fff !important;
}

td:last-child[data-cell-data="Poor (2)"] {
  background-color: #f5ad69;
}

td:last-child[data-cell-data="Moderately Poor (3)"] {
  background-color: #fce3a9;
}

td:last-child[data-cell-data="Moderately Good (4)"] {
  background-color: #daffc4;
}

td:last-child[data-cell-data="Good (5)"] {
  background-color: #9ee691;
}

td:last-child[data-cell-data="Excellent (6)"] {
  background-color: #49b34e;
  color: #fff !important;
}

.radios--wrapper legend {
  font-size: initial;
}