﻿.btn-primary {
    color: #fff;
    background-color: #1e3765 !important
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    background-color: #1e3765;
}

.skin-light a:hover {
    color: #00b1e2;
}

@media (min-width:768px) {
    #orderDetails .right-column {
        padding-top: 0 !important;
    }
}

@media (min-width:768px) {
    #shippingDetails .right-column {
        padding-top: 0 !important;
    }
}

@media (min-width:768px) {
    #billingDetails .right-column {
        padding-top: 0 !important;
    }
}

@media (min-width:768px) {
    #webItemDetails .right-column {
        padding-top: 0 !important;
    }
}

@media (min-width:992px) {
    #orderDetails .reduce-padding-lg {
        padding-top: .5em !important;
    }
}