::-webkit-scrollbar{
	width: 8px;
	height: 8px;
	background: rgba(80, 0, 25, .2);
	border: 1px inset rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-thumb{
	background: rgb(4, 114, 93);
	min-height: 60px;
	border: 1px inset rgba(0, 0, 0, .4);
}
::-webkit-scrollbar-thumb:window-inactive{
	background: rgba(4, 114, 93, .5);
}
::-webkit-scrollbar-corner{
	background: rgba(80, 0, 25, .15);
	border: 1px inset rgba(0, 0, 0, .2);
}