<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.acgCssButton
{
	display:inline-block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
	cursor:hand;
	cursor:pointer;
}

.acgCssButton:hover
{
}


.acgCssButtonSelected
{
}

.acgCssButtonSelected:hover
{
}

.acgCssButtonDisabled, .acgCssButtonDisabled a, .acgCssButtonDisabled:hover, .acgCssButtonDisabled a:hover
{
	text-decoration:none;
	cursor:default;
	color:#cccccc;
}

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