body.single-product .payment-method-discount-info {
	margin-bottom:20px;
}
ul.products li .payment-method-discount-label {
	font-size:0.8em;
}
.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method .input-radio ~ .discount-info  {
	display:none;
}
.woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method .input-radio:checked ~ .discount-info  {
	display:inline-block;
}
