/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 caption.modal-caption {
    padding-bottom: 10px;
 }

.to-pay {
    font-size: 16px !important;
}

 div#dialog th {
   font-weight: bold;
 }

 div#dialog tfoot td {
   font-weight: bold;
 }
 

form.checkout input[type="radio"].input-radio {
	float: left;
	margin: 0.35em 0.75em 0em 0em;
}

label.radio {
    text-align:left;
}

.ship_date_notice {
    font-weight:bold!important;
}

#shipping_date {
    display: block;
    width:100%;
}
#wc-nmi-new-payment-method {
    opacity: 1!important;
}

label[for=wc-nmi-new-payment-method]::after {
    color: #666666;
    padding: 10px, 10px, 10px, 10px;
    font-size: 12px;
    white-space:pre;
    content:"\AI consent to saving my card on file to process the balance of this order.";
}