.scrollbar
{
	
	float: left;
	height: 100%;
	width: 100%;
	background: transparent;
	overflow-y: scroll;
    padding: 3px;
	
}


#style-3::-webkit-scrollbar-track
{
    
	width: 1vw;
	/*background-color: rgba(153, 54, 54, 0.555);*/
    background-color: transparent;
    
}


#style-3::-webkit-scrollbar
{
	width: 1vw;
	background-color: #ffffff;
    /*background-color: transparent;*/
    
}

#style-3::-webkit-scrollbar-thumb
{
    width: 1vw;
    background-color: #ffffff;
    /*background-color: transparent;*/
}