#blockMod{
	width: 140px;
	height: 215px;
}

#blockMod img{
	width: 100%;
	height: auto;
}

#blockModSlot {
}

#blockModSlot img{
	width: 95%;
	height: auto;
}

#blockModBackground{
	position: relative;
	z-index: 1;
}

#blockModTheater{
	margin-top: -205px;
	position: relative;
	z-index: 2;
}

#blockModTheater img{
	width: 98%;
	margin-left: 0px;
	opacity: 0.5;
}

#blockMod:hover {
	overflow:hidden;
	transition-duration: 1s;
}

#blockMod:hover #blockModTheater img{
	opacity: 1.0;
	transform: scale(1.1);
	max-width: 100%;
	transition-duration: 1s;
}

#blockModBorder{
	margin-top: -210px;
	margin-left: -2px;
	position: relative;
	z-index: 3;
}

#blockModPolarity{
	margin-top: -133px ;
	margin-left: 111px;
	
	width: 20px;
	
	position: relative;
	z-index: 5;
	
	text-align: center;
}

#blockModPolarity img{
	width: 55%;
	height: auto;
}

#post_wrapper #blockModPolarity{
	margin-top: -107px !important;
}

#post_wrapper #blockModPolarity img{
	width: 60%;
    height: auto;
}
#post_wrapper #header .image{ display:none !important; }';

#blockModPolarity img{
	width: 10px;
}

#blockModCost{
	margin-left: 110px;
	margin-top: 1px;
	
	width: 20px;
	
	position: relative;
	z-index: 4;
	
	color: #fff;
	font-size: 9px;
	font-family: Tahoma;
	/* font-weight: bold; */
	font-style: normal;
	text-align: center;
}

#blockModName{
	margin-top: 110px;
	position: relative;
	z-index: 6;
	
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
}

#blockModCategory{
	width: 85%;
	
	margin-top: 12px;
	position: relative;
	z-index: 6;
	
	color: #fff;
	font-size: 8px;
	font-family: Tahoma;
	text-align: right;
}

#blockModRanks{
	margin-top: 6px;
    position: relative;
    z-index: 6;
    color: #f9f9f9;
    font-size: 11px;
    font-family: Tahoma;
    text-align: center;
    /* box-shadow: 1px 1px 0px #f9f9f9; */
    text-shadow: -2px -2px 4px #000000;
}

#blockNote h2{
	width: 100% !important;
	text-align: center !important;
}

#blockNote{
	width: 90%;
	margin: auto;
	
	color: #cacaca;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: italic;
	
	text-overflow: initial;
	white-space: normal;
	/* overflow: auto; */
}

#blockNote_mob{
	width: 100%;
	margin: 0 auto;
	
	color: #cacaca;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: italic;
	
	text-overflow: initial;
	white-space: normal;
	/* overflow: auto; */
}

#blockNote_mob h2{
	width: 100% !important;
	text-align: center !important;
}

/*
@media screen and (min-width:801px){
	#blockNote{
		display: block;
	}
	#blockNote_mob{
		display: none;
	}
	#blockModStats{
		display: block;
	}
}

@media screen and (max-width:800px){
	#blockNote{
		display: none;
	}
	#blockNote_mob{
		display: block;
		width: 400px !important;
	}
	#blockModStats{
		display: none;
	}
}
*/

#blockModStats{
	color: #cacaca;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	
	text-align: left;
	
	margin-right: 20px;
}

descriptionBuild{
	font-size: 12px;
	max-width: 100px;
}

th { font-weight: normal; }

#blockMod_mob{
	width: 100%;
}

#blockModTheater_mob{
	position: relative;
	left: 0;
	top: 0;
	
	width: 250px;
	height: 100px;
	
	z-index: 10;
	opacity: 0.5;
	overflow: hidden;
	
	border: 1px solid #cacaca;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#blockMod_mob:hover{
	margin-bottom: 10px;
	transition-duration: 1s;
}

#blockMod_mob:hover #blockModTheater_mob{
	opacity: 0.75;
	
	height: 120px;
	
	transform: height;
	transition-duration: 1s;
}

#blockModTheater_mob img{
	margin-top: -50px;
}

#blockModData_mob{
	text-align: center;
	width: 200px;
	margin: 0;
	position: relative;
	z-index: 15;
	margin-top: -90px;
	color: #ececec;
}

#blockMod_mob:hover #blockModData_mob{
	margin-top: -100px;
	transition-duration: 1s;
}

#blockModData_mob img{
	width: 10px;
}

#blockModData_mob_RCP{
	text-align:right;
}