::-webkit-scrollbar-track-piece{
	background-color:rgb(220,220,220);
	border:0;
	-webkit-border-radius:0;
}
::-webkit-scrollbar{
	width:15px;
}
::-webkit-scrollbar-thumb{
	height:50px;
	background-color:rgb(192,192,192);
	-webkit-border-radius:0;
	outline:0;
	outline-offset:0;
	border:0;
}
::-webkit-scrollbar-thumb:hover{
	height:50px;
	background-color:rgb(180,180,180);
	-webkit-border-radius:0;
}
