.ct-series-a { /* temp */
	stroke: #F00;
	fill: #F00;
	fill-opacity: .2;
}
.ct-series-b { /* rain */
	stroke: #08FA;
	fill: #00F;
	fill-opacity: .4;
}
.ct-series-c { /* bottom */
	stroke: #F40;
	fill: #000;
	fill-opacity: .5;
}
.ct-area {
	stroke: none;
}
.ct-line, .ct-point {
	stroke-width: 4px;
	fill: none;
}
.ct-point {
	stroke-width: 10px;
	stroke-linecap: round;
}
.ct-grid {
	stroke: #8884;
	stroke-width: 1px;
}

.ct-label {
	display: flex;
	align-items: flex-end; /* cell bottom */
	justify-content: flex-end; /* right */
	line-height: 0;
	color: #888;
	font-size: 50%;
}
.ct-horizontal {
	align-items: flex-start; /* top */
	justify-content: center;
	width: 0 !important; /* override inline style to center */
	padding-top: 2ex;
}
.ct-today {
	stroke: #FFF;
}
