@page {
    /* dimensions for the whole page */
    size: A4;
    margin: 0;
}
 
@font-face {
	font-family: 'CookieMonster';
	src: url('hinted-CookieMonster.eot');
	src: url('hinted-CookieMonster.eot?#iefix') format('embedded-opentype'),
		url('hinted-CookieMonster.woff2') format('woff2'),
		url('hinted-CookieMonster.woff') format('woff'),
		url('hinted-CookieMonster.ttf') format('truetype'),
		url('hinted-CookieMonster.svg#CookieMonster') format('svg');
	font-weight: 500;
	font-style: normal;
}

html {
    /* off-white, so body edge is visible in browser */
    background: #fbc;
}

body {
	font-family: Arial, sans-serif;
	width: 100%;
	overflow: hidden;
}

.topleft { 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 50%; 
	height: 50%;
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	vertical-align: bottom;
	text-align: center;
	display: none;
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
	  
.bottomleft {
	position: absolute; 
	top: 50%; 
	left: 0; 
	right: 50%; 
	height: 50%; 
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	vertical-align: bottom;
	text-align: center;
	display: table-cell;
	display: none;

  }

.toprighttop {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 10%;
	background: #fff;
	text-align: center;
	display: none;
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

.toprighttop p {
	font-size: 12;
}

.toprightbottom {
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	right: 0; 
	height: 40%; 
	background: #fff;
	font-size: 15;
	text-align: center;
	display: table-cell;
	display: none;
}
	
.toprightbottom p {
	font-size: 12;
}
	
.bottomrighttop {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 10%;
	height: 50%;
	background: #fff;
	text-align: center;
	display: table-cell;
}

.bottomrightbottom { 
	position: absolute;
	left: 10%; 
	top: 60%;
	right: 10%; 
	height: 10%; 
	/* border: 1px dotted #000; */
	background: #fff;
	text-align: center;
	overflow: hidden;
	display: table-cell;
}
	
.bottomrightbottom p {
	font-family: 'CookieMonster';
	color: Red;
	font-size: 55px;
	margin: 10px;
	text-align: center;
}

.bottomrighttop img {
	position: absolute;
	height: 99%;
	width: 100%;
	top: 0px ;
	left: 0px;
	margin: 0px;
	display: table-cell;
}

.instructions {
	position: relative;
	width: 100%;
}

.instructions p, input {
	margin-left: 10px;
}

@media print{
	@page {size: landscape}
    
	.instructions, .instructions * {
        	display: none !important;
   	}
	
	.topleft {
		display: table-cell;
	}
	
	.bottomleft {
		display: table-cell;
	}
	
	.toprighttop {
		display: table-cell;
	}

	 .toprightbottom {
		display: table-cell;
	}

	.bottomrighttop {
		left: 50%; 
		right: 0;
		top: 50%; 
		height: 40%;
	}

	.bottomrightbottom {
		left: 50%;
		right: 0;
		bottom: 0;
		top: initial;
		height: 10%;
	}
	
	.bottomrightbottom p {
		font-size: 40px;
	}
}
