#chart {
  font: 10px sans-serif;
  shape-rendering: crispEdges;
  
  border: solid 4px black;
  width: 952px;
}

.day {
  fill: #fff;
  stroke: #ccc;
}

.month {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}
