/* 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;
	font-family: "Yrsa";
}
body {
line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML Reset END */

@font-face
{
font-family: "Yrsa";
src: url(../fonts/Yrsa-Medium.ttf);
}

div.card{
position: relative;
width: 20em;
height: 29em;
padding: 1em;
margin: 0.5em;
border-color: #000;
border-width: 5px;
border-style: solid;
border-radius: 10px;
color: #000;
background-color:#fff;
}

h2{
position: absolute;
top: 0.5em;
left: 0.5em;
font-size: 1.5em;
font-weight: bold;
}
h5{
position: absolute;
top: 2em;
left: 0.5em;
font-size: 1.3em;
font-weight: bold;
}
h3{
position: absolute;
top: 0.75em;
right: 0.5em;
font-size: 1.3em;
font-weight: bold;
}
h4{
position: absolute;
top: 1.75em;
right: 0.5em;
font-size: 1.3em;
font-weight: bold;
}
img.cardimage{
position: absolute;
top: 4.5em;
left: 1.5em;
width: 300px;
height: 185px;
border-color: #000;
border-width: 2px;
border-style: solid;
}

p.cardtext{
position: absolute;
top: 15em;
left: 1em;
right:1em;
font-size:1.1em;
margin: 0.5em;
}

table.stats{
position: absolute;
bottom: 1em;
left: 2em;
}
table.stats>tbody>tr>td{
padding-top: 0.1em;
font-size: 1.2em;
}
table.stats>tbody>tr>:nth-child(1){
  width: 4em;
font-weight: bold;
}
table.stats>tbody>tr>:nth-child(2){
  width: 4em;
text-align: right;
padding-right: 2em;
}
table.stats>tbody>tr>:nth-child(3){
  width: 3em;
font-weight: bold;
}
table.stats>tbody>tr>:nth-child(4){
  width: 2em;
text-align: right;
}
