.rangeslider,
.rangeslider__fill {
  display: block;
}

.rangeslider {
  background: #f8f8f8;
  position: relative;
}

.rangeslider--horizontal {
  height: 26px;
  width: 100%;
}

.rangeslider--vertical {
  width: 26px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #628fab;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 45px;
  position: absolute;
  background: #f8f8f8;
  top: -10px;
}
.range-output {
  margin-bottom: 15px;
  margin-top: 30px;
}
.range-output span, .total_profit {
  font-weight: bolder;
}