.ui_element {
  margin: 0px;
  padding: 0px;
}
#container {
  width: 984px;
  min-width: 984px;
}
#left_column {
  width: 365px;
  position: fixed;
}
#right_column {
  width: 619px;
  left: 365px;
  position: fixed;
  top: 29px;
}
select {
  width: 295px;
  margin-bottom: 10px;
}
#title_heading {
  margin: 0px;
  position: relative;
  top: 3px;
  font-size: 13pt;
}
#button_reset {
  display: inline;
  width: 180px;
  margin-left: 171px;
  margin-top: 9px;
}
#prompt {
  display: inline;
  width: 180px;
  margin-left: 0px;
  margin-top: 9px;
}
#system_title {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#combo_system {
  position: relative;
  top: 5px;
  left: 3px;
}
#diffuser_title {
  margin-right: 7px;
  position: relative;
}
#combo_diffuser {
  position: relative;
  top: 2px;
  left: 1px;
}
#lamp_title {
  margin-right: 18px;
  left: 0px;
}
#combo_lamp {
  position: relative;
  top: 0px;
  left: 2px;
}
#listbox_results {
  margin-top: 4px;
  margin-bottom: 8px;
}
#button_select_none {
  margin-left: 0px;
}
#disclaimer {
  color: #b2b2b2;
  font-size: 9px;
  padding-right: 33px;
  padding-left: 55px;
  position: absolute;
  top: 271px;
}
body {
  width: 800px;
  height: 500px;
  min-height: 500px;
  min-width: 800px;
}
.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 25px;
  border: 2px solid #668;
  background-color: #fff;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 190px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  font-size: 12px;
  background: #336;
  color: #77a;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}
.pace.pace-inactive {
  display: none;
}
