.ui-state-active {
  color: rgb(28, 148, 196);
  border: 1px solid #bd1b2d !important;
	font-weight: normal;
}

.ui-state-hover, .ui-state-focus {
  color: rgb(28, 148, 196);
  font-weight: normal;
}

.ui-widget {
  font-family: sans-serif;
  font-size: 12px;
}

.ui-button-text-only .ui-button-text {
  padding: 5px 9px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-weight: normal;
  border: 1px solid #ccc;
  background: #f6f6f6;
  color: #666;
}