

body 
{
	background:none;
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	overflow:hidden;
}

.stats
{
	left:10px;
	bottom:10px;
	background:rgba(0,0,0,0.35);
	color:white;	
	min-width:150px;
	padding:10px;
}

::-webkit-scrollbar
{
	width:6px;
	background-color:none;
}

::-webkit-scrollbar-thumb
{
	border:solid thin rgba(255,255,255,0);
	-webkit-box-shadow: inset 5px 0 6px orange;
}

!::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 5px 0 6px yellow;
	background-color:red;
}

!::-webkit-scrollbar-track-piece
{
	background-color:cyan;
}

::-webkit-scrollbar-button
{
	height:4px
}
