.azpmdonate {
	display:block;
	width:94px;
	font-weight:700;
	color:#fff !important;
	font-size:16px;
	line-height:14px;
	background:#f15a29;
	overflow:hidden;
	margin:0 0 5px 0;
	border-radius:18px;
	text-align:center;
	transition:ease in out .3s;
	text-transform:uppercase;
}
.azpmdonate:hover, .azpmdonate:active, .azpmdonate:focus {
	background:#3ca6f1 !important;
	overflow:hidden;
	color:#fff !important;
}
.azpmdonateblue {
	display:block;
	width:178px;
	font-weight:700;
	color:#fff !important;
	font-size:16px;
	line-height:14px;
	background:#0d2fd7;
	overflow:hidden;
	margin:0 5px 5px 0;
	border-radius:18px;
	text-align:center;
	transition:ease in out .3s;
	text-transform:uppercase;
}
.azpmdonateblue:hover, .azpmdonateblue:active, .azpmdonateblue:focus {
	background:#3ca6f1 !important;
	overflow:hidden;
	color:#fff !important;
}
.azpmdonateblue img {
	height:18px;margin-right:3px;
}
@media(max-width:648px) {
	.azpmdonate, .azpmdonateblue {
		font-size:15px;
	}
}