.gwt-VSliderBar-shell {
  border: 3px solid #C3D9FF;
  border-right: 3px solid #7AA5D6;
  border-bottom: 3px solid #7AA5D6;
  background-color: #E8EEF7;
  width: 44pt;
  height: 100%;
}
.gwt-VSliderBar-shell .gwt-VSliderBar-line {
  border: 1px solid black;
  background-color: white;
  width: 4px;
  height: 95%;
  left: 32pt;
  overflow: hidden;
}
.gwt-VSliderBar-shell .gwt-VSliderBar-knob {
  left: 24pt;
  width: 21px;
  height: 11px;
  z-index: 1;
  cursor: pointer;
}
.gwt-VSliderBar-shell .gwt-VSliderBar-tick {
  left: 22pt;
  width: 8pt;
  height: 1px;
  background: black;
  overflow: hidden;
}
.gwt-VSliderBar-shell .gwt-VSliderBar-label {
  left: 2pt;
  font-size: 8pt;
  cursor: default;
}
.gwt-VSliderBar-shell-focused {
  border: 3px solid #7AA5D6;
}
.gwt-VSliderBar-shell .gwt-VSliderBar-line-sliding {
  background-color: #CDE2F7;
  cursor: pointer;
}
