.acgCssButton
{	
	background-color:rgb(233,0,41);
	color:rgb(255,255,255);
	border-radius:0px;
	padding:13px 2rem;

	text-align:center;
	font-size:0.9rem;
	jfont-weight:500;
	jbox-shadow:1px 1px 1px 1px rgba(0,0,0,0.5);	/* hoffset,voffset,blur,spread,color */
}
.acgRwdNarrow .acgCssButton
{
	padding:13px 1rem;
}
.acgRwdWide .acgCssButton
{
	white-space:nowrap;
}

.acgCssButton:not(.acgCssButtonDisabled):hover
{
	background-color:rgb(135,21,24);
}

.acgCssButton.acgCssButtonDisabled
{
	background-color:rgb(250,194,204);
}

/*
.questionResultsButtonArea .acgCssButton
{
	background-color:white;
	color:rgb(233,0,41);
	border:2px solid rgb(233,0,41);
}
*/

.myBlockButton
{
	padding:13px 1rem;
	background-color:rgb(235,235,235);
	color:rgb(0,0,0);
	jwhite-space:nowrap;
}
.myBlockButton.acgCssButtonSelected
{
	background-color:rgb(233,0,41);
	color:rgb(255,255,255);
}
.myBlockButton:not(.acgCssButtonDisabled):hover
{
	color:rgb(255,255,255);
}

.acgCssButton.myRadioButton
{
	display:inline-table;
	background-color:initial;
	color:initial;
	padding:initial;
	jmargin-right:0.5rem;
}
.acgAnswerPair:last-child .acgCssButton.myRadioButton:last-child
{
	jmargin-right:0;
}
.acgCssButton.myRadioButton .acgRadioButtonIcon
{
	display:table-cell;
	vertical-align:middle;
	width:21px;
	height:21px;
	background-image:url(../images/radio_unselected.svg);
	background-repeat:no-repeat;
}
.acgCssButton.myRadioButton .acgRadioButtonLabel
{
	display:table-cell;
	vertical-align:middle;
	padding-left:0.25rem;
}
.acgCssButton.myRadioButton.acgCssButtonSelected .acgRadioButtonIcon
{
	background-image:url(../images/radio_selected.svg);
	background-repeat:no-repeat;
}
.acgCssButton.myRadioButton:hover
{
	background-color:initial;
}

.acgContinueButton
{
	jwhite-space:initial;
	font-weight:500;
}

.acgCssButton.acgAccessCustomReportButton
{
	background-color:#426DA9;
}
.acgCssButton.acgAccessCustomReportButton:hover
{
	background-color:#071D49;
}
.acgCssButton[data-acg-id='download']
{
	padding:23px 2rem;
	font-weight:500;
}
.acgCtaButton
{
	background-color:black;
}
.acgCtaButton:not(.acgCssButtonDisabled):hover
{
	background-color:#373A36;
}


