#chart {
  font: 10px sans-serif;
  shape-rendering: crispEdges;
}

.day {
  fill: #fff;
  stroke: #ccc;
}

.month {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.fillday {
    stroke: #ccc;
}

.c1 { fill:rgb(69,117,180);	}
.c2 { fill:rgb(104,142,140); }
.c3 { fill:rgb(140,164, 99); }
.c4 { fill:rgb(126,188, 58); }
.c5 { fill:rgb(212,212, 17); }		

