*{margin:0;padding:0;box-sizing:border-box;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:default;}
body{
	background:;
	color:#fff;
	background:url("img/logo.jpg") no-repeat center 10% #000c3e;
	background-size:70%;
	background-attachment:fixed;
	font-family:sans-serif;
}
info {
	display:block;
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}
stats {
	margin:0px auto;
	display:inline-block;
	text-shadow:0 0 5px #000;
}
stat {
	height:25px;
	float:left;
	clear:both;
}
stat > *{
	position:relative;
	display:inline-block;
	clear:none;
}
text {
	text-align:right;
	width:160px;
	margin-right:20px;
}
gauge{
	margin-top:2px;
	border-radius:7.5px;
	box-shadow:0 0 5px 0 #fff inset;
	width:300px;
	height:15px;
	overflow:hidden;
	text-align:left;
}
diff{
	float:right;
	margin-left:10px;
	font-size:11px;
	line-height:15px;
	vertical-align:bottom;
	width:35px;
	height:100%;
}
fill, difference{
	background-color:#ff7f00;
	height:15px;
	border-radius:7.5px;
	width:0%;
	position:absolute;
	float:left;
	z-index:-2;
}
difference {
	background-color:yellow;
	opacity:0.5;
	z-index:-1;
}
ls{
	height:15px;
	position:absolute;
	width:100%;
}
l{
	float:left;
	position:relative;
	height:100%;
	width:16.667%;
	border-right:2px solid rgba(255,255,255,0.2);
	z-index:10;
}
#hitbox l {
	width:33.4%;
}
selected{
	display:inline-block;
	text-align:center;
	width:100px;
}
selected item{
	display:inline-block;
	clear:none;
}
item{
	background:url("img/bg.png");
	width:75px;
	height:75px;
	display:inline-block;
	margin:7px;
	border-radius:5px;
	font-size:9px;
	text-align:center;
	box-shadow:0 0 5px 1px #000;
	text-shadow:0 0 2px #000;
}
icon {
	padding:2px;
	width:100%;
	height:100%;
	background-size:65%;
	background-position:center 25%;
	background-repeat:no-repeat;
	padding-top:60px;
	display:block;
}
items item:hover, items item icon:hover, .selected{
	cursor:pointer;
	box-shadow:0 0 5px 3px #000;
}
items {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}
items > * {
	display:inline-block;
	clear:both;
	margin-top:10px;
}