.alternate-payment{
    text-align: right;
    margin: 20px 0;
}

.alternate-payment div#paypal-credit-button.medium,
.alternate-payment div#paypal-credit-button.small,
.alternate-payment div#paypal-credit-button.responsive{
    margin-top:5px;
}
div#paypal-button.responsive,
div#paypal-credit-button.responsive,
div#paypal-button.responsive iframe,
div#paypal-credit-button.responsive iframe{
    min-height:42px;
}

@media screen and (max-width: 425px) {
     .alternate-payment{
         text-align:center;
     }   
}

@media screen and (min-width: 426px) {
    .alternate-payment.paypal {
         max-width: 300px;
     }
}