
#checkout-step-review .data-table .btn-remove,
.cart .totals table tbody tr .a-right .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove {
    display:-moz-inline-stack;
    display: inline-block;
    vertical-align:middle;
}

.my-account .storecredit .account-balance {
    margin-bottom: 24px;
}

/*
    Improves the responsive display for firecheckout.
*/
.firecheckout-section #customerbalance_placer label{
    display: inline;
}
.firecheckout-section dl#customerbalance_placer {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
/* Promo Image */
img.promo-img.top-right {
    top: 0;
    right: 0;
}
img.promo-img {
    position: absolute;
    width: 20% !important;
    z-index: 99;
    border: none !important;
}
.product-view .product-image-gallery img.promo-img {
    width: 25% !important;
}
img.promo-img.top-right {
    top: 0;
    right: 0;
}
img.promo-img.top-left {
    top: 0;
    left: 0;
}
img.promo-img.bottom-right {
    bottom: 0;
    right: 17px;
}
img.promo-img.bottom-left {
    bottom: 0;
    left: 0;
}
/* Promo Image */