.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  width: 325px;
  height: 8px;
  background: #606060;
  margin-top:15px;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #95c41f;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #95c41f;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #95c41f;
  margin-top:-6px;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #95c41f;
  height: 8px;
  top: 6px;
  margin-top:-6px;
}
