<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acgAccordion
{
	margin-top:160px;
	jmargin-bottom:132px;
	border-bottom:2px solid rgb(102,102,126);
}

.acgRwdNarrow .acgAccordion
{
	margin-top:120px;
}

.acgAccordionButton
{
	background-color:transparent;
	padding:32px 1em;
	border-top:2px solid rgb(102,102,126);
}

.acgAccordionButtonLabel
{
	text-align:left;
	font-size:24px;
	font-weight:700;
}

.acgAccordionButton .acgAccordionButtonIconArea
{
	background-color:transparent;
	font-size:1.2rem;
}

.acgAccordionButton.acgCssButtonSelected
{
	background-color:rgb(51,52,83);
}


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