/* Color available dates green; disabled remain white */
.ord-available a {
    background: #2ecc71 !important;
    color: #fff !important;
    border-radius: 4px;
}
/* Make disabled days look normal/white */
.ui-datepicker td .ui-state-default {
    background: #fff;
    color: #333;
}
/* Field width */
#ord_delivery_date {
    width: 100%;
}
/* Small description spacing fix */
.woocommerce form .form-row .description {
    margin-top: 4px;
}
