﻿button.paypal.is-active {
    background-color: #009CDE;
}

    button.paypal.is-active:hover {
        background-color: #008ac5;
    }

.no-touch button.paypal {
    -webkit-transition: background-color 80ms ease-in;
    -moz-transition: background-color 80ms ease-in;
    transition: background-color 80ms ease-in;
}

    .no-touch button.paypal.is-active:hover {
        background-color: #008ac5;
    }

button.paypal {
    border: none;
    background: #6E787F;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    padding: 0 20px;
    text-align: center;
    color: #f9f9f9;
    font-size: 16px;
}


@media (max-width:320px) {
    button.paypal {
        float: none;
        display: block;
        width: 100%;
    }
}

button.paypal .paypal-button-logo {
    text-indent: -999em;
    background-image: url(https://assets.braintreegateway.com/dropin/2.15.4/images/braintree_dropin_sprite.png);
    background-position: 0 -78px;
    width: 61px;
    height: 22px;
    display: inline-block;
    margin: 8px auto 0;
}

