.center-pills{
    display: inline-block;
}

@media (max-width: 630px) {
    body {
        /*padding-bottom: 125px;*/
    }

    .nav-pills > li {
        float: none;
    }

    .nav-pills > li > a {
        margin-top: 0;
        margin-bottom: 0;
    }

    body{
        -webkit-overflow-scrolling: touch;
    }
}

@media print {
    body{
        margin-top: 0;
        padding-top: 0;
    }
}

#checkout_cc_month_col{
    padding-right: 0;
}

#checkout_cc_year_col{
    padding-right: 0;
}

#stripe_iframe{
    min-height: 600px;
    width:100%;
    border: none;
}
/* .modal-backdrop {height: 1000px;z-index: 1039;} */

#payment-form {
    border-radius: 4px;
}

#payment-form .panel-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#payment-form .panel-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-border-radius {
    border-radius: 4px;
}

#checkout_credit_card_expiry_date::placeholder{
    text-align: left !important;
}

.checkout_credit_card_full_name_error,
.checkout_credit_card_number_error,
.checkout_credit_card_expiry_date_error,
.checkout_credit_card_CVV_error {
    font-weight: normal !important;
    text-align: right;
}

.credit-card-box {
    width: 400px;
}

@media only screen and (max-width: 425px){
    .credit-card-box {
        width: 300px;
    }
}