.ui-widget {
  font-family: inherit;
  font-size: 0.9em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #eee;
  color: #444;
  font-weight: bold;
}

.ui-datepicker th {
  text-align: center;
  font-weight: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  background: #f8f8f8;
  font-weight: normal;
  color: #555;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #eee;
	background: #fff;
	font-weight: bold;
	color: #f60;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #eee;
  background: #fff;
  font-weight: bold;
  color: #000;
}