.ui-datepicker {
  width: 250px;
  height: auto;
  margin: 05px auto 0;
  font: 12pt Arial, sans-serif;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background-image: none;
  background: #0FB8E0;
  color: #ffffff;
  font-weight: bold;
}
.ui-datepicker-title {
  text-align: center;
}
