<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: black;
	shape-rendering: crispEdges;
}

.grid {
	fill: none;
	stroke: #dddddd;
	shape-rendering: crispEdges;
}

.grid2 {
	fill: none;
	stroke: #dddddd;
	stroke-dasharray: 5,10;
	shape-rendering: crispEdges;
}

.axis text {
	font-family: sans-serif;
	font-size: 11px;
}

body {
	text-align: center;
}</pre></body></html>