/* Prevents the image from floating to the left of the MagicPay text */
#order_review #payment .payment_methods li img, .priceinfo img {
    float: none !important;
}