.jspPane {
  box-sizing: border-box;
}

.jspTrack {
  background: #000;
}

.jspVerticalBar {
  width: 12px;
}

.jspDrag {
  background: #222;
  border-radius: 10px;
  margin: 0 2px;
}

.jspDrag:hover,
.jspDrag:active {
  background: #444;
}