::-webkit-scrollbar {
  width: 16px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-image: url(bg.png);
  image-rendering: pixelated;
}
::-webkit-scrollbar-track:active {
    background-image: url(bg-active.png);
    image-rendering: pixelated;
  }


::-webkit-scrollbar-thumb {
  border-top: 1px solid #c3c7cb;
    border-left: 1px solid #c3c7cb;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
    width: 16px;
    height: 16px;
    background-color: #c3c7cb;
    z-index: 1;
}

::-webkit-scrollbar-corner {
  background-color: #c3c7cb;;
}

::-webkit-resizer {
  width: 16px;
    height: 16px;
    background-color: #c3c7cb;
    background-image: url(resizer.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button {
  border-top: 1px solid #c3c7cb;
    border-left: 1px solid #c3c7cb;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
    width: 16px;
    height: 16px;
    background-color: #c3c7cb;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-position: center center;
}

::-webkit-scrollbar-button:active {
    background-position: 2px 2px;
  }

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('up-active.png');
  }

::-webkit-scrollbar-button:vertical:increment {
    background-image: url('down-active.png');
  }

::-webkit-scrollbar-button:horizontal:increment:start { display: none; }
::-webkit-scrollbar-button:horizontal:decrement:end { display: none; }
::-webkit-scrollbar-button:vertical:increment:start { display: block; }
::-webkit-scrollbar-button:vertical:decrement:end { display: block; }

::-webkit-scrollbar-button:active {
    border-top: 1px solid  #868a8e;
    border-left: 1px solid  #868a8e;
    border-bottom: 1px solid  #868a8e;
    border-right: 1px solid  #868a8e;
    box-shadow: none;
}