/*
DO NOT CHANGE this file, as it will be overwritten in next update.
Write your own classes in other css file.
*/

.launcherContainerClass {
    padding-bottom: 1px;
}

.launcherClass {
    padding: 2px;
}

.menuClass {
    position: absolute;
    width: 150px;
    margin-top: 3px !important;
}

#jui_dropdown_demo {
  height: 400px;
}
 
#jui_dropdown_demo button {
  padding: 3px !important;
}
 
#jui_dropdown_demo ul li {
  background: none;
  display: inline-block;
  list-style: none;
}
 
/* selected option indicator ------------------------------------------------ */
#opt_selected {
  margin-top: 20px;
  font-size: 20px;
}
 
/* fix for jquery-ui-bootstrap theme */
#launcher4 span {
  display: inline-block;
}
