.ui-datepicker-title {
   background:#f7f8f9;
}
.ui-widget-header {
   background:#f7f8f9;
   border-radius:0;
   border:solid 1px #e6e7e8;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   background:#f7f8f9;
}
.ui-state-hover {
   background:#e6e7e8 !important;
}

.ui-widget {
   box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.20);
}
.ui-widget-content {
   border-radius:0;
   border:solid 1px #e6e7e8;
}

.ui-corner-all {
   border-radius:0;
}
