.ct-series-a .ct-bar { stroke: blue; }
.ct-series-b .ct-bar { stroke: cyan; }
.ct-series-c .ct-bar { stroke: #f4c63d; }
.series-a-key { background-color: blue; }
.series-b-key { background-color: cyan; }
.series-c-key { background-color: #f4c63d; }

#rainfall th {
	color: black;
	background-color: white;;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	padding-left: 0;
	font-size: 16px;
}

#rainfall th:nth-child( 2 ) {
	width: 24px;
}

#rainfall th:nth-child( 3 ) {
	width: 100px;
	text-align: right;
}

#rainfall td {
	border-top: 2px solid white;
}

#rainfall tr td:nth-child( 3 ) {
	text-align: right;
}

#y-axis-caption {
	width: max-content;
	transform-origin: 0% 0%;
	transform: rotate( -90deg ) translate( 200px, 0 );
}