@charset "utf-8";
/* CSS Document */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #93c120;
  text-decoration: none;
  background-color: transparent;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #93c120;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  background: none;
  font-weight: bold;
  color: #212529;
}

.ui-widget-content {
  border: none;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
  background: none;
  color: #333;
}

.ui-state-active .ui-icon {
	background-image: url("../images/ui-icons_312783_256x240.png")
}

.ui-state-default .ui-icon {
	background-image: url("../images/ui-icons_312783_256x240.png")
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

    border: none;
    background: none;
    font-weight: bold;
    color: #93c120;

}

.ui-widget {
  font-family: 'Open Sans', 'Open Sans Condensed', 'Open Sans Extrabold', 'Open Sans Light', 'Open Sans Semibold', Arial,sans-serif;
  font-size: 1.1em;
}