/* Theme the WordPress-provided calendar without a second jQuery download. */
.ui-datepicker { display: none; width: 17em; padding: .3em; background: #fff; border: 1px solid #aaa; border-radius: 4px; box-shadow: 0 3px 10px #0003; font: 13px Arial, sans-serif; z-index: 200 !important; }
.ui-datepicker-header { position: relative; background: #f0f0f0; border: 1px solid #ccc; padding: .4em 0; }
.ui-datepicker-title { text-align: center; font-weight: bold; margin: 0 3em; }
.ui-datepicker-prev, .ui-datepicker-next { position: absolute; top: .4em; cursor: pointer; font-size: 12px; }
.ui-datepicker-prev { left: .3em; } .ui-datepicker-next { right: .3em; }
.ui-datepicker table { width: 100%; border-collapse: collapse; margin: .3em 0; }
.ui-datepicker th { padding: .5em .2em; text-align: center; }
.ui-datepicker td { padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .3em; text-align: right; background: #f5f5f5; }
.ui-datepicker td a:hover, .ui-datepicker .ui-state-active { background: #f8d651; color: #000; }
.ui-datepicker .ui-state-disabled { opacity: .35; }
.ui-datepicker .ui-state-highlight { border: 1px solid #ce0030; }
