.amz-button {
	display: block;
	text-align: center;
	text-decoration:none;
	background: #f90 !important;
	color: #fff !important;
	height: 60px;
	max-height: 60px;
	line-height: 60px;
	border-radius: 30px;
	max-width: 300px;
	font-size: 20px;
	font-weight: normal;
	margin: 5px auto;
}

.amz-button:hover {
	background: #f47721;
	color: #fff !important;
	opacity: 1;
	text-decoration:none;
}

@media (max-width: 640px) {
	.amz-button {
		max-width: 270px;
		font-size: 18px;
		max-height: 50px;
		line-height: 50px;
		border-radius: 25px;
	}
}