html,body{
	font-size:16px;	
}
#content{
	width:720px;
	margin:auto;
	margin-top:4rem;
	border:1px solid transparent;
	transition:border linear .2s,box-shadow linear 0.3s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	outline:none;
	border-color:rgba(150,150,150,.75);
	box-shadow:0 0 8px rgba(150,150,150,.8);
	-moz-box-shadow:0 0 8px rgba(150,150,150,.5);
	-webkit-box-shadow:0 0 8px rgba(150,150,150,3);
	padding:5px;
}


#menu a{
	display:block;
	float:left;

	height:3rem;
	text-align:center;
	line-height:3rem;
}

#menu{
	
	height:3rem;
	width:100%;
	margin-bottom:5px;
	width:25%;
	position:fixed;
	width:100%;
	margin:0px;
	top:0px;
	opacity:0.5;

}
#menu a{
	width:20%;
	list-style:none;
	text-align:center;
	background:#000;
	color:#fff;
	height:50px;	
	float:left;

	line-height:50px;
	opacity:0.5;
}
#menu a:hover{
	background:#f7f7f7;
	cursor:pointer;
	color:#000;
	opacity:1;
}


#thisseries li{
	width:33%;
	float:left;
	display:block;
	height:2rem;
}

#thislevels li{
	width:33%;
	float:left;	
	display:block;
	height:2rem;
}

#thistype li{
	width:33%;
	float:left;	
	display:block;
	height:2rem;
}

#serieslist li{
	float:left;
	list-style:none;
	margin-right:1rem;
}
#levelslist li{
	float:left;
	list-style:none;margin-right:1rem;
}
#tanktypelist li{
	float:left;
	list-style:none;margin-right:1rem;
}

#bottom{
	height:5rem;
	text-align:center;
	width:100%;
	line-height:5rem;	
}

#pointdate{
}
#thislevels,#thisseries{
	clear:both;
}
#tankinfo{
}
div{
	clear:both;	
}

#memo{
	padding:10px;	
}

.title{
	font-weight:bold;
	background:#eee;
	color:#600;
	font-size:1.2rem;
	padding-left:1rem;
	margin-top:2rem;
	height:2rem;
}

.smallstat{
	background:#090;
	color:#fff;	
}
.firelevel{
	background:#C00;	
}
.hideLevel{
	background:#999;	
}
.ViewLevel{
	background:#09C;	
}
.ProtectLevel{
	background:#090;	
}
.ManeuverLevel{
	background:#FC0;	
}
#tankimg{
	text-align:center;	
}

.roma{
	color:#600;
	font-weight:bold;	
}

div[node-type='is-icp']{
	display:none;	
}