
.cvpChart {
	position: relative;
	display: inline-block;
}

.cvpCanvas, .cvpSVG {
	position: absolute;
	top: 0;
	left: 0;
}

svg .cvpLabel {
	font-family: sans-serif;
	font-size: 11px;
	fill: var(--fg);
}

svg .cvpLegend {
	font-family: sans-serif;
	font-size: 11px;
}
svg .cvpLegendBG {
	fill: rgba(255, 255, 255, 0.65);
	stroke: black;
	stroke-width: 1;
	shape-rendering: crispEdges;
	stroke: var(--line-axis);
}

svg .cvpTooltip {
	font-family: sans-serif;
	font-size: 11px;
}
svg .cvpTooltipBG {
	fill: rgba(255, 255, 255, 0.75);
	stroke-width: 1;
	shape-rendering: crispEdges;z}

svg .cvpAxis path,
svg .cvpAxis line {
	fill: none;
	stroke: var(--line-axis);
	stroke-width: 1;
	shape-rendering: crispEdges;
}
svg .cvpAxis text {
	font-family: sans-serif;
	font-size: 11px;
	fill: var(--fg);
}
