@charset "utf-8";
::-webkit-scrollbar {
width: 12px;
height:12 px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
display: none;
}
::-webkit-scrollbar-track-piece {
background-color: rgb(214,214,214);
}
::-webkit-scrollbar-thumb:vertical {
background:rgb(153,153,153);
height:200px;
-webkit-border-radius:90px;
}
/*::-webkit-scrollbar-thumb:horizontal {
background-color: rgb(0,0,0);;
height:10px;
-webkit-border-radius:90px;
}
*//* CSS Document */

