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

.chart text {
   fill: white;
}

.chart circle {
    fill: red;
}

.chart circle.limit {
	fill: green;
}
