.acgCssButton
{	
	display:inline-block;
	background-color:rgb(22,98,199);
	color:rgb(255,255,255);
	border-radius:0;
	padding:0.6em 1em;

	text-align:center;
	jbox-shadow:1px 1px 1px 1px rgba(0,0,0,0.5);	/* hoffset,voffset,blur,spread,color */
}

.acgCssButton:not(.acgCssButtonDisabled):hover
{
	jbackground-color:rgb(235,95,7);
}

.acgWhiteButton
{
	white-space:nowrap;
	background-color:white;
	border:1px solid rgb(183,188,192);
	color:var(--intel-blue);
}
.acgWhiteButton:hover
{
	border:1px solid rgb(5,52,143);
	color:rgb(5,52,143);
}
.acg-model-details-buttons .acgCssButton
{
	min-width:244px;
}
.acgLinkButton
{
	padding:0;
	background-color:transparent;
	border:0;
	text-decoration: underline dotted;
    text-decoration-style:dashed;
    text-underline-offset:.3rem;
    text-decoration-skip-ink:auto;
    text-decoration-thickness:.5px;	
}
.acgLinkButton:hover
{
	text-decoration: underline solid;
}

.acgPaginationButton
{
	background-color:initial;
	color:initial;
	padding:10px;
}