.ui-datepicker {
  width: 19em !important;
}

.ui-state-default {
  background: none !important;
  color: black !important;
}

.ui-datepicker th {
  padding: .3em !important;
}

.ui-datepicker-month {
  height: 18px;
  line-height: 18px;
  padding: 1px;
}

.ui-datepicker-year {
  height: 18px;
  line-height: 18px;
  padding: 1px;
}

.ui-datepicker-week-end {
  background: #eee;
}

.ui-datepicker-today a {
  border-color: #0092E0 !important; 
  background: #a1deff !important;
}

.ui-state-active {
  background: #0092E0 !important;
  color: white !important;
  border-color: #0092E0 !important; 
}

.ui-datepicker-today a.ui-state-active {
  background: #0092E0 !important;
  color: white !important;
  border-color: #0092E0 !important; 
}

