html, body {
	margin: 0;
	text-align: center;
}

div.game_card {
	position: relative;
	text-align: left;
	top: 0;
	font-family: 'Open Sans', sans-serif;
	width: 8in;
	height: 5in;
	overflow: hidden;
	/*background-image: url("/files/images/logo-bw-25.jpg");*/
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: 4.5in;
	margin: 0.25in auto;
}

div.game_card div.game_number {
	position: absolute;
	right: 0.25in;
	top: 0;
	height: 2in;
	width: 2in;
	max-height: 2in;
	max-width: 2in;
	margin: 0;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 5em;
	overflow: visible;
	white-space: nowrap;
}

div.game_card .qr {
	position: absolute;
	bottom: 0.5in;
	right: 0;
	width: 3in;
	height: 3in;
	overflow: hidden;
	margin: 0;
	text-align: center;
	background-size: 3.0in;
	background-position: center center;
}

div.game_card .qr img {
	width: 3.30in;
	height: 3.30in;
	position: relative;
	left: -0.15in;
	top: -0.1in;
	z-index: 10;
}

div.game_card div.game_info {
	font-size: 2.5em;
	position: absolute;
	width: 5.25in;
	top: 0;
	left: 0;
	margin: 0.25in;
	font-weight: bold;
}

div.game_card div.game_details {
	line-height: 1.2em;
}

div.game_card div.game_details span.make_year {
	font-size: 0.8em;
}

div.game_card div.game_info div.owner {
	margin-top: 0.125in;
	font-size: 0.7em;
}

div.game_card div.game_info div.for_sale {
	font-size: 0.7em;
}

div.game_card div.text_link {
	font-size: 2.5em;
	position: absolute;
	bottom: 0.5in;
	left: 0.25in;
	width: 3.5in;
	margin: 0.5in 0.5in 0 0;
	font-family: 'Anton', sans-serif;
}

div.game_card div.info {
	width: 8in;
	height: 0.5in;
	font-size: 1.3em;
	line-height: 2.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0.5in 0 0 0;
	font-family: 'Open Sans', sans-serif;
	background-color: black;
	color: white;
}

div.game_card div.badges {
	font-size: 0.8em;
	position: absolute;
	bottom: 1.25in;
	left: 0.25in;
	width: 4.5in;
	margin: 0;
	white-space: nowrap;
}

div.game_card div.badges div.badge {
	display: inline-block;
	text-align: center;
	margin: 0 1em;
	position: relative;
	top:0;
	width: 0.75in;
}

div.game_card div.badges div.badge span {
	display: block;	
}

div.game_card div.badges div.badge span.badge_value {
	display: block;	
	position: absolute;
	margin: 0 auto;
	width: 2em;
	margin-left: -1em;
	left: 50%;
	top: 0.06in;
	text-align: center;
}

div.game_card div.badges div.badge img {
	width: 0.35in;
}

div.game_card span.sale_status {
	display: block;
	font-weight: bold;
	font-size: 2.4em;
	margin-top: 0.25em;
}

div.game_card span.sale_status.order {
	font-size: 1.8em;
}	
	
div.game_card.page_break {
	page-break-before: always;
}

@media print
{    
    .no_print, .no_print *
    {
        display: none !important;
    }
}