  .traitSuggestions {
  width: 200px;
  float: right;
  margin-left: 20px;
  padding: 10px;
  background-color: #eee;
  border: solid 1px #ccc;
}

.traitSuggestions h4 {
  margin-bottom: 0;
}

.traitSuggestions ul {
  padding-left: 0;
  margin-left: 0;
}

.traitSuggestions ul li {
  font-size: 12px !important;
  list-style-type: none;
  display: block;
  padding: 5px 30px;
  background-image: url(/interface_img/plus.png);
  background-repeat: no-repeat;
  background-position: 5px;
  cursor: pointer;
}

.traitSuggestions ul li:hover {
  background-color: #fff;
}

.step table {
  width: auto;
  display: table;
}

.step1 label,
.step3 label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**/
.ui-slider-label {
  font-size: 9px;
}

.sliderCell {
  width: 200px;
}

.sliderDiv {
  padding: 0px 25px 30px 25px;
}

#kent-state-quick-career .ui-state-active,
#kent-state-quick-career .ui-widget-content .ui-state-active,
#kent-state-quick-career .ui-widget-header .ui-state-active,
#kent-state-quick-career a.ui-button:active,
#kent-state-quick-career .ui-button:active,
#kent-state-quick-career .ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5 /*{borderColorDefault}*/;
  background: #f6f6f6 /*{bgColorDefault}*/ /*{bgImgUrlDefault}*/
    /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #454545 /*{fcDefault}*/;
}

#kent-state-quick-career .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}

#kent-state-quick-career .ui-state-active .ui-icon {
  background-image: url(/modules/custom/kent_state_quick_career/css/images/ui-icons_454545_256x240.png);
}

#kent-state-quick-career .ui-state-hover .ui-icon,
#kent-state-quick-career .ui-state-focus .ui-icon {
  background-image: url(/modules/custom/kent_state_quick_career/css/images/ui-icons_454545_256x240.png);
}

#kent-state-quick-career .ui-state-default .ui-icon {
  background-image: url(/modules/custom/kent_state_quick_career/css/images/ui-icons_454545_256x240.png);
}

#kent-state-quick-career .ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

small {
  font-size: 60%;
  line-height: inherit;
}

#kent-state-quick-career .accordion ul li {
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  position: relative;
  /* font-size: 16px; */
  line-height: 27px;
  margin-bottom: 0.25rem;
  margin-left: 1em;
}

#kent-state-quick-career .ui-state-default,
#kent-state-quick-career .ui-widget-content .ui-state-default,
#kent-state-quick-career .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%
    repeat-x;
  font-weight: 400;
  color: #555;
}
