/* Make the Calendar 100% Width / Responsive */
#fbuilder .ui-datepicker-inline { max-width:none !important; }

/* Style The Active Date */
#fbuilder .ui-datepicker-calendar .ui-state-active {background: #fa4616; color: #fff; text-shadow:none; }

/* Style Available Dates */
#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#009cde; color:#000; text-shadow:none; }

/* Style Unavailable Dates */
#fbuilder .ui-datepicker-unselectable .ui-state-default{background:#f4f4f4; color:#ddd; text-shadow:none; }

.pbSubmit:hover { background-color: #4CAF50; color: white; }