/* category installments */
.afterpay-category-installments {
    text-align: left;
    margin-top: 5px;
    font-size: 10px;
    text-transform: none;
}

.afterpay-category-installments img {
    vertical-align: middle;
    width: 76px;
}

.afterpay-category-installments a {
    color: #555555;
    text-decoration: underline;
}

/* product installments */
.afterpay-product-installments {
    font-size: 12px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Afterpay image */
.afterpay-product-installments img {
    vertical-align: middle;
    width: 76px;
}

/* Learn more link */
    .afterpay-product-installments a {
        color: #555555;
        text-decoration: underline;
    }

/* checkout installments */
.afterpay-checkout-installments {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

    /* Afterpay image */
    .afterpay-checkout-installments img {
        vertical-align: middle;
        width: 76px;
    }

    /* Learn more link */
    .afterpay-checkout-installments a {
        color: #555555;
        text-decoration: underline;
    }

/* What is Afterpay modal */
#afterpay-what-is-modal {
    background: #FFF;
    padding: 40px 30px 20px 30px;
    max-width: 657px;
    margin: 40px auto;
    position: relative;
}

#afterpay-what-is-modal a {
    border: none;
}

#afterpay-what-is-modal img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal img.afterpay-modal-image-mobile {
    display: none;
}

@media only screen and (max-width : 480px) {
    #afterpay-what-is-modal {
        padding: 40px 10px 7px 10px;
        max-width: 319px;
    }

    #afterpay-what-is-modal img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal img.afterpay-modal-image {
        display: none;
    }
}