/*
.acgCssButton
{
	display:table-cell;
	padding:1em 1em !important;
	text-align:center;
	border:1px solid rgb(85,86,91) !important;
	background-color:rgb(51,51,51) !important;	
	color:rgb(255,255,255);
	width:100%;
	max-width:170px;
	font-weight:lighter;
	transition: background-color 0.5s ease;
}

.acgCssButton:hover
{
	background-color:rgb(116,22,14) !important;
}

.acgCssButtonSelected, .acgCssButtonSelected:hover
{
	background-color:rgb(192,24,24) !important;
	font-weight:bold !important;
	font-size:0.9em;
}
*/

.acgCssButton.acgContinueReadingButton
{
	jbackground-color:rgb(0,188,236);
	background-color:#0d98be;
	border-radius:20px;
	jdisplay:table-cell; /* this prevents the button from being aligned in the container */
	padding:0.5em 1em !important;
	color:rgb(255,255,255);
	jwidth:100%;
	jmax-width:170px;
	font-weight:normal;
}

.acgCssButton.acgContinueReadingButton:hover
{
	background-color:#0a7998;
}


/*
@media screen and (max-width: 767px)
{
	.acgCssButton
	{
		padding:0.75em 0.5em !important;
	}
}
*/
.acgCssButton.acgLearnMoreButton
{
	background-color:rgb(0,80,115);
	color:white;
	border-radius:3em;
	padding:0.5em 2em;
}
