﻿
*::-webkit-scrollbar{
width:6px;
height: 6px;
background-color:#cccccc;
} 
*::-webkit-scrollbar-thumb{
background-color:#1B6393;
border-radius:0px;
}
*::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
*::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
}