::-webkit-scrollbar{
	width: 8px;}

::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #229e75;
	box-shadow: inset 0 0 6px rgba(255, 0, 0, 0.3);}

::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: white;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);}