.acgCssButton
{	
	display:inline-block;
	text-align:center;
	color:rgb(0,113,197);
	padding:0.25em 1em;
	border-radius:0;
	border-width:0;
	border-color:rgb(255,255,255);
	background-color:rgb(255,255,255);
	jbox-shadow:1px 1px 1px 1px rgba(0,0,0,0.5); */	/* hoffset,voffset,blur,spread,color */
	box-shadow:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/*
.acgCssButton:not(.acgCssButtonDisabled):hover
{
	background-color:rgb(243,243,243);
}
*/

.acgUseCaseNavButton
{
	width:40px;
	/* min-height:60px; */
	height:60px;	/* This seems to actually force a min-height for table-cells whereas "min-height" does not... */
	background-color:rgb(0,104,181);
	color:rgb(255,255,255);
	text-align:center;
	font-size:2em;
	padding:0;
	display:table-cell;
	box-sizing:border-box;
}

