.ui-widget {
  /* 2015-10-21 jll; overriding to match existing WITS font styles
   * font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
   * font-size: 1.1em; */
  font-family: tahoma, sans-serif;
  /* font-size: 1.1em; */
}

/* 2016-08-11 jll; relocated from former location in
 *   lib\jquery\js\jquery-ui-1.9.0.custom.css
 */
input.datepicker, input.date {
  background-image: url("../../images/0/x-office-calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  /*cursor: pointer; this doesn't work b/c the whole input then has pointer */
  /*width: 78px;*/
}

