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

@font-face
{
font-family: "Yrsa";
}


:root {
--cardcolor: #fff;
--titlecolor: #a7c8e9;
--acolor: #a7c8e9;
--ntcolor:#a7c8e9;
--yearcolor: #a7c8e9;
--textcolor: #a0b8d8;
--tablecolor: #a0b8d8;
--imgcolor: #fff;  
}


table.alinhar>tbody>tr{
page-break-inside: avoid; 
page-break-after: auto;
}


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;
color: #fff;
background-image: radial-gradient(#336, #140c28);
}

h2, h3, h4, h5{
position: absolute;
font-weight: bold;
color: var(--titlecolor);
text-shadow: 0px 0px 8px #74cbfc;
}

h2{
top: 0.5em;
left: 0.5em;
font-size: 1.5em;
}
h5{
top: 2em;
left: 0.5em;
font-size: 1.3em;
}
h3{
top: 0.65em;
right: 0.5em;
font-size: 1.3em;
}
h4{
top: 2em;
right: 0.5em;
font-size: 1.3em;
font-weight: bold;
}

img.cardimage{
position: absolute;
margin-left: auto;
margin-right: auto;
top:5em;
left: 0;
right: 0;
text-align: center;
display:block;
margin:auto;
width: 300px;
height: 185px;
color: #00f;
background-image: radial-gradient(#66b, #113 );
border: 2px solid #c8c8dc;
outline: 2px solid #847ca0;
box-shadow: inset 0 0 0 2px #847ca0;
}
p.cardtext{
position: absolute;
top: 18em;
left: 1em;
right:1em;
font-size:1em;
margin: 0.5em;
color: var(--textcolor);
text-shadow: 0px 0px 4px #8ad;
}
table.stats{
position: absolute;
bottom: 1em;
left: 1em;
width: 20em;
color: var(--tablecolor);
text-shadow: 0px 0px 4px #8ad;
}
table.stats>tbody>tr>td{
padding-top: 0.1em;
font-size: 1.2em;
border-bottom: 1px dotted #000;

}

table.stats>tbody>tr>:nth-child(1){
padding-left: 0.3em;
width: 3em;
font-weight: bold;
}
table.stats>tbody>tr>:nth-child(2){
width: 4em;
text-align: right;
padding-right: 2em;
color: #74b8fc;
}
table.stats>tbody>tr>:nth-child(3){
width: 3em;
font-weight: bold;
}
table.stats>tbody>tr>:nth-child(4){
padding-right: 0.3em;
width: 2em;
text-align: right;
color: #74b8fc;
}
