@charset "utf-8";
/* CSS Document */

.ac-title{
	height: 200px;
	line-height: 24px;
	font-family: WGFL;
	font-size: 18px;
	text-align: center;
}
.ac-closed{
	display: none;
	margin: 30px 10px;
}
.tankblock{
	display: inline-block;
	width: 180px;
	margin: 16px 3px;
	text-align: center;
	background: #3a3a3a;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}


/* ACCOLADES */
.accolade{
	width: 250px;
	display: inline-block;
	margin: 30px 10px;
}
.accolade-title{
	font-size: 20px;
	font-weight: bold;
	font-family: WGFL;
	text-align: center;
}
.accolade-description{
	font-style: italic;
	text-align: center;
	min-height: 60px;
	max-height: 60px;
	height: 60px;
}
.accolade-moreinfo{
	min-height: 24px;
	height: 24px;
	width: 100%;
}





/* MAP */
.map-top-container2{
	width: 1112px;
	margin-left: 36px;
	position: relative;
	height: 250px;
}
.map-top-neutral{
	text-align: center;
}
.map-top-defense{
	float: right;
	display: inline-block;
	width: 360px;
	text-align: center;
}
.map-top-attack{
	float: left;
	display: inline-block;
	width: 360px;
	text-align: center;
}
.map-top-scroll-cont{
	width: 1112px;
	position: absolute;
	bottom: 0;
}
.map-top-scroll{
	height: 150px;
	width: 555px;
	display: inline-block;
	overflow: hidden;
	margin: 0 auto;
}
.map-top-rotate-attack{
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 250px; 
	width: 238px;
	padding-left: 12px;
	font-size: 30px;
	letter-spacing: 24px;
	transform: rotate(270deg);
	transform-origin: top left;
	text-align: center;
	background: #d62002;
	text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
}
.map-top-rotate-defense{
	float: right;
	color: #fff;
	position: absolute;
	right: 0;
	top: 250px;
	width: 241px;
	padding-left: 9px;
	font-size: 30px;
	letter-spacing: 18px;
	transform: rotate(90deg);
	transform-origin: right top;
	text-align: center;
	background: #0089cb;
	text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
}
.map-top-text-head-l1{
	font-size: 48px;
}
.map-top-text-desc-l1{
	font-size: 18px;
}
.map-top-text-head-l2{
	font-size: 36px;
	padding-top: 30px;
	line-height: 100px;
}

/* Tank Stats */
.tank-top-defense{
	float: right;
	display: inline-block;
	width: 420px;
	text-align: center;
}
.tank-top-attack{
	float: left;
	display: inline-block;
	width: 420px;
	text-align: center;
}
.tank-stats-maps{
	width: 100%;
	}
.tank-stat-single-map{
	width: 180px;
	height: 112.5px;
	 position: relative;
	}
.tank-stats-tile{
	width: 90%;
	margin: 0 auto;
	background: #f00;
	border-radius: 8px;
	height: 150px;
	}