
#buttonbar {
  margin-left: auto;
  margin-right: auto;
  width: 110px;

  padding-bottom: 0.5em;
}

#chart {
    padding-top: 0.5em;
}

.chart rect {
  stroke: white;
  fill:   steelblue;
}

.chart text {
  font: 10px sans-serif;
  color: black;
  stroke-width: 0px;
  fill: black;
}

.chart text.counter {
  fill: black;
}

.chart text.rule {
  fill: black;
}

