.ui-datepicker {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ui-datepicker-div {
  border-radius: 0;
  z-index: 2;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background: none;
  cursor: pointer;
}

.ui-datepicker-header {
  background: none;
  border: none;
  font-weight: normal;
}
.ui-datepicker-header .ui-datepicker-month {
  font-weight: bold;
}

.ui-datepicker-calendar a.ui-state-default {
  background: #f5f5f5;
  color: #000;
}
.ui-datepicker-calendar a.ui-state-hover {
  color: #fff;
}
.ui-datepicker-calendar a.ui-state-active {
  color: #fff;
}
.ui-datepicker-calendar .ui-state-disabled span.ui-state-disabled {
  background: #FAFAFA;
}
.ui-datepicker-calendar td a {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0 !important;
}
.ui-datepicker-calendar td span {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0 !important;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
