<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acumulativechartinside
{
	max-width:70%;
	margin:0 auto;
}


@media (max-width: 720px){
	.acumulativechartinside
	{
		max-width:100%;
	}
}

.cus-legend-ac {
	padding-top: 20px;
    margin: 15px 25px 0;
}
.cus-legend-ac .col-auto {
    max-width: 160px;
}</pre></body></html>