/**
         * Display the payment fields on the checkout page
         *
         * @since 1.0.0
         * @see WC_Payment_Gateway::payment_fields()
         */
        public function payment_fields()
        {
            parent::payment_fields();
            ?>
<style type="text/css">#payment ul.payment_methods li label[for='payment_method_<?php 
            echo $this->get_id();
            ?>
'] img:nth-child(n+2) { margin-left:1px; }</style><?php 
        }