<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.acgBarChartLabelValue
{
	font-weight:bold;
	font-size:2.5rem;
}

.acgRwdNarrow .acgBarChartLabelValue
{
	font-size:2rem;
}

.acgBarChartHorizontal .acgBarChartAxis
{
	border-left:2px solid white;
}

.acgBarChartVertical .acgBarChartAxis
{
	border-top:2px solid white;
}

.acgBarChartBarLabel
{
	font-size:16px;
}

.acgRwdNarrow .acgBarChartVertical td
{
	padding:0 7px;
	width: 120px;
}

</pre></body></html>