.amz-button {
	background: #3e8261;
	color: #fff !important;
	padding: 5px 0;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block;
    border-bottom: 0!important;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    
}