
#body{}
::-webkit-scrollbar
{
width: 4px;
height: 4px;
}
::-webkit-scrollbar-track-piece
{
background-color: white;
}

::-webkit-scrollbar-thumb:vertical
{
height: 5px;
background-color: #adadad;
box-shadow: inset 1px 0 4px #999;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 5px;
background-color: #adadad;
box-shadow: inset 1px 0 4px #999;
border-radius: 2px;
}