/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 28px;
  left: -7px;
  top: -6px;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}