::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#ffd500;
}

::-webkit-scrollbar-thumb:hover{
background-color:#ff7700;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:12px;
height:0px
}

::-webkit-scrollbar{
width: 12px;
}