/****Scroll bar Style***/

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-button {
    height:0;
}
::-webkit-scrollbar-track {
    background: #d4ddee;
    box-shadow: 0px 0px 3px #dfdfdf inset;
}
::-webkit-scrollbar-thumb {
    background:#687999;
    border: thin solid gray;
    border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
    background:#454f63;
}           