::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color: #ffffff
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 30px;
background-color:#b0c0d9;
}

::-webkit-scrollbar-thumb:hover{
background-color:#647691;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:0px;
height:0px
}

::-webkit-scrollbar{
width: 7px;
}