/* HTML Reset */
html, body, div, span,h1, h2, h3, h4, h5, h6, p,dl, dt, dd, ol, ul, li,table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML Reset END */

@font-face
{
font-family: "Swiss911";
src: url(../fonts/tt0106m0.TTF);
}
@font-face
{
font-family: "Swiss721";
src: url(../fonts/Swiss721BoldCondensedBT.ttf);
}

div.card{
position: relative;
width: 20em;
height: 30em;
padding: 1em;
margin: 0.5em;
border-color: #000;
border-width: 5px;
border-style: solid;
border-radius: 10px;
background-color: #000;
background-image: url(back.png);
background-size: 28em 32em;
font-family: "Swiss911", Impact, Charcoal, sans-serif;
color: #ff9900;
}

h2{
position: absolute;
top: 15px;
right: 15px;
font-size: 2em;
font-weight: bold;
}
h5{
position: absolute;
top: 50px;
right: 15px;
font-size: 1.3em;
font-weight: bold;
}
h3{
position: absolute;
top: 6px;
left: 25px;
font-size: 1.3em;
font-weight: bold;
border-color: #000;
border-width: 5px;
border-style: solid;
border-radius: 30px;
width: 50px;
text-align: center;
background-color: #ff9900;
color: #000;
padding: 0.3em;
}

h4{
display:none;
}

img.cardimage{
position: absolute;
top: 135px;
left: 70px;
width: 256px;
border-color: #000;
border-width: 2px;
border-style: solid;
}

p.cardtext{
position: absolute;
top: 300px;
left: 70px;
font-size: 1.3em;
width: 256px;
}

table.stats{
position: absolute;
bottom: 1em;
right: 2em;
font-family: "Swiss911", Impact, Charcoal, sans-serif;
font-size: 1.3em;

}
table.stats>tbody>tr>td{
padding-top: 0.1em;
height:1em;
}
table.stats>tbody>tr>:nth-child(1){
width: 48px;
font-weight: bold;
}
table.stats>tbody>tr>:nth-child(2){
width: 80px;
text-align: right;
padding-right:45px;
font-family: "Swiss721", Impact, Charcoal, sans-serif;
font-size: 0.7em;
}
table.stats>tbody>tr>:nth-child(3){
  width: 40px;
font-weight: bold;
}
table.stats>tbody>tr>:nth-Child(4){
width: 30px;
text-align: right;
font-family: "Swiss721", Impact, Charcoal, sans-serif;
font-size: 0.7em;
}
table.stats>tbody>tr:nth-last-child(1){
display:none;
}

