@font-face{ 
    font-family: "visitor2";
    src: local("Visitor TT2 BRK"), url('http://pokeevo.net/tc/visitor2.ttf') format("truetype");
}

span #trainercard, span #newtrainercard {
	margin-left: auto !important;
	margin-right: auto !important;
}

#trainercard {
	background-image: url(http://pokeevo.net/tc/root.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 400px;
	height: 115px;
	margin: 15px 10px 15px 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#trainercard img {
	min-height: 0px;
	min-width: 0px;
	position: relative;
	z-index: 5 !important;
}

#trainercard #tcavatar {
	margin-left: 11px;
	margin-top: 15px;
	position: absolute;
	z-index: 7;
}

#trainercard #tcname {
	left: 110px;
	top: 13px;
	line-height: 1px !important;
	font-family: 'visitor2';
	font-size: 13px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	position: absolute !important;
	z-index: 4 !important;
}

/**********************************/
/********* NEW TC **********/
/**********************************/


#newtrainercard[name='abdTon'] #badges {background: url(http://www.serebii.net/badges/47.png) no-repeat 15px 30px;}


#newtrainercard {
	background: #a71212;
	width: 350px;
	height: 130px;
	margin: 15px 10px 15px 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 1px solid white;
	outline: 1px solid #131313;
}

#newtrainercard img {
	min-height: 0px;
	min-width: 0px;
	position: relative;
	z-index: 5 !important;
}

#newtrainercard #tcavatar {
	margin-left: 12px;
	margin-top: 10px;
	background: white;
	border: 1px solid #bfbfbf;
	outline: 1px solid #ececec;
	position: absolute;
	z-index: 7;
}

#newtrainercard #tcname {
	left: 12px;
	top: 105px;
	background: white;
	text-align: center;
	border: 1px solid #bfbfbf;
	outline: 1px solid #ececec;
	padding: 0px 8px;
	width: 70px;
	height: 14px;
	line-height: 15px !important;
	font-family: "visitor2";
	font-size: 13px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	position: absolute !important;
	z-index: 3 !important;
}

#newtrainercard #badges {
	width: 225px;
	height: 110px;
	position: absolute;
	left: 110px;
	top: 10px;
}

#newtrainercard #evopoints {
position: absolute;
right: 20px;
top: 12px;
width: 100px;
height: 10px;
border: 1px solid #bfbfbf;
outline: 1px solid #ececec;
background: white;
color: #131313;
font-weight: bold;
text-align: right;
padding: 0px 10px 8px 10px;
line-height: 18px;
}