div.container a,
div.container a:visited {
  color: #000;
}

div.container {
  background-color: #F8E393;
}

.ui-widget-header {
  background: #FBF0C5 !important;
  border: 1px solid #999 !important;
  color: #333 !important;
}

.ui-state-default {
  background: #F6DD78 !important;
  border: 1px solid #999 !important;
}

.ui-state-default > a {
  color: #333 !important;
}

.ui-state-active {
  background-color: #FFF !important;
}

.ui-state-active a {
  color: #000 !important;
}

