@font-face {
	font-family:MagicMedieval;
	src:url('font/MagicMedieval.ttf');
}
article {
	position:relative;
	width:63mm;
	height:88mm;
	box-sizing:border-box;
	padding:2mm;
	background-color:rgb(0,0,0);
	border-radius:2.5mm;
	overflow:hidden;
}
article svg {
	position:absolute;
	left:6.5mm;
	top:8.5mm;
}
article img {
	position:relative;
}
article header {
	position:absolute;
	left:4.5mm;
	top:4.25mm;
	font-family:MagicMedieval;
	font-size:9pt;
	color:rgb(179,179,179);
	text-shadow:0.5px 0.5px 0 rgba(0,0,0,0.5);
}
article .cost {
	position:absolute;
	right:5.75mm;
	top:4mm;
	width:3.25mm;
	height:3.25mm;
	font-family:Times New Roman;
	font-size:9pt;
	text-align:center;
	line-height:100%;
	background-color:rgb(179,179,179);
	color:rgb(0,0,0);
	border-radius:50%;
}
article .type {
	position:absolute;
	left:7mm;
	top:48.5mm;
	font-family:Times New Roman;
	font-size:8pt;
	color:rgb(179,179,179);
	text-shadow:0.5px 0.5px 0 rgba(0,0,0,0.5);
}
article pre {
	position:absolute;
	left:8mm;
	top:50mm;
	width:47mm;
	height:25.5mm;
	box-sizing:border-box;
	padding:6px 4px;
	font-family:Times New Roman;
	font-size:8pt;
	line-height:1.25;
	color:rgb(0,0,0);
}
article footer {
	position:absolute;
	left:5.75mm;
	bottom:5.5mm;
	font-family:Times New Roman;
	font-size:7pt;
	color:rgb(179,179,179);
	text-shadow:0.5px 0.5px 0 rgba(0,0,0,0.5);
}