.blue-button {
	background-color: #36c;
	border: 1px solid #36c;
	border-radius: .125em;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.143em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	overflow-y: visible;
	padding: .5625em .875em;
	text-decoration: none;
	width: auto;
}
.blue-button:hover {
	background-color: #447ff5;
	border-color: #447ff5;
}
.blue-button a,
.blue-button a:visited,
.blue-button a.external,
.blue-button a.external:visited,
.blue-button a.extiw,
.blue-button a.extiw:visited {
	color: inherit;
	text-decoration: none;
}
/* {{PP-template}} */