.klchart {
  background-color: rgb(250, 250, 250);
}

.sliderGroup {
  width: 100%;
  height: 40px;
}

.sliderScale {
  float: left;
  line-height: 10px;
  padding: 5px;
}

.sliderContainer {
  float: left;
  width: calc(100% - 200px);
}

#imageWidthSlider {
  margin: 10px;
  width: calc(100% - 20px);
}