.pink-btn a {
	display: block;
	background: #f04b48;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	border-radius: 4px;
	padding: 18px 14px;
}
.pink-btn a:hover {
	background: #e24340;
}