.APRstyle-button, .APRstyle-button:hover, .APRstyle-button:visited {

	display: inline;
	padding: 0.25em 1em;
	width: auto !important;

	-ms-transition: all 0.10s ease-out;
	-moz-transition: all 0.10s ease-out;
	-webkit-transition: all 0.10s ease-out;
	transition: all 0.10s ease-out;

	background-color: #b92327;
	border: 1px solid #b92327;
	border-radius: 999px !important;
	-moz-box-shadow: 4px 4px 2px #c0c0c0;
	-webkit-box-shadow: 4px 4px 2px #c0c0c0;
	box-shadow: 4px 4px 2px #c0c0c0;
	cursor: pointer;

	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}



.APRstyle-button:active {

	text-decoration: none;

	background-color: #941c1f !important;
	border-color: #941c1f !important;
	position: relative;

	-ms-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;

	-ms-transform: translate(4px,4px);
	-moz-transform: translate(4px,4px);
	-webkit-transform: translate(4px,4px);
	transform: translate(4px,4px);

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
