::-webkit-scrollbar{
        width:9px;
        height:9px;}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
        display:block;
        height:0;
        background-color:transparent;}

::-webkit-scrollbar-track-piece{
        background-color:#FAFAFA;
        -webkit-border-radius:8px;
        -webkit-border-bottom-right-radius:8px;
        -webkit-border-bottom-left-radius:8px;}

::-webkit-scrollbar-thumb:vertical{
        height:50px;background-color:#999;
        -webkit-border-radius:8px;}

::-webkit-scrollbar-thumb:horizontal{
        width:50px;background-color:#999;
        -webkit-border-radius:8px;}
