::-webkit-scrollbar {width:15px;background:#fff;}
::-webkit-scrollbar-thumb {background:#222;border-radius:0px;}
::-webkit-scrollbar-track {background:#fff;}

/*
.show_scrollbar{width:5px;background:#222;}
.show_scrollbar-thumb{background:#fff;border-left:2px solid #000;}
.show_scrollbar-scrollbar-track{background:#222;}
.show_scrollbar::-webkit-scrollbar{width:5px;background:#222;}
.show_scrollbar::-webkit-scrollbar-thumb{background:#fff;border-left:2px solid #000;}
.show_scrollbar::-webkit-scrollbar-track{background:#222;}
*/