<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.axis path,
.axis line {
	fill: none;
	stroke: dimgrey;
	shape-rendering: crispEdges;
}

.axis text {
	font-size: 12px;
}

.axisLabels text {
	font-size: 18px;
}

.cell rect {
	stroke: white;
	stroke-width: 1;
	
}

.chart text {
	font-family: 'Source Sans Pro', sans-serif;
	fill: dimgrey;
}


.chartBorder rect {
	stroke: dimgrey;
	fill: none;
}

.chartRow {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #A9A9A9;
}

.chartTitle text {
	font-size: 24px;
	fill: black;
	text-anchor: middle;
}

.charLabels text {
	font-size: 12px;
	fill: dimgrey;
}

.character .line {
	fill: none;
	stroke: #729ece;
	stroke-width: 2.5px;
}

.total .line {
	fill: none;
	stroke: #A9A9A9;
	stroke-width: 1.5px;
	stroke-dasharray: 10, 1;
}

.smallMultiXaxis text {
	fill: none;
}

#legendAxis text {
	font-size: 12px;
}

#xAxis4 text {
	fill: dimgrey;
}</pre></body></html>