.ui-datepicker-trigger {
    vertical-align : bottom;
}

/** Ensure select box doesn't cause title height to grow */
.ui-datepicker select.ui-datepicker-year {
  height: 24px;
  margin: 0 6px;
  padding: 0 6px;
  width: 40%;
}
