.range-list-label{
  display:flex;
  justify-content:space-between;
  margin-top:0px
}

.range-list {
  display: flex;
  justify-content:space-between;
  padding: 0px 10px;
  position:relative;
  top:-5px;
}

.range-option {
  background: gray;
  width: 2px;
  height: 4px;
  line-height: 38px;
  min-height: 4px;
  z-index:0;
  padding:0;
}
