.pink-button {
	background-color: #d40356;
	border: 1px solid #d40356;
	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;
}
.pink-button:hover {
	background-color: #E71959;
	border-color: #E71959;
}
.pink-button a,
.pink-button a:visited,
.pink-button a.external,
.pink-button a.external:visited,
.pink-button a.extiw,
.pink-button a.extiw:visited {
	color: inherit;
	text-decoration: none;
}
/* {{PP-template}} */