@page {
    /* dimensions for the whole page */
    size: A4;
    margin: 0;
}
 
@font-face {
    font-family: 'equestriaregular';
    src: url('equestria-webfont.eot');
    src: url('equestria-webfont.eot?#iefix') format('embedded-opentype'),
         url('equestria-webfont.woff2') format('woff2'),
         url('equestria-webfont.woff') format('woff'),
         url('equestria-webfont.ttf') format('truetype'),
         url('equestria-webfont.svg#equestriaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    /* off-white, so body edge is visible in browser */
    background: #fef;
}

body {
	font-family: Arial, sans-serif;
}

.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 */
}
	  
.topright {
	position: absolute; 
	top: 0; 
	left: 50%; 
	right: 0; 
	height: 50%; 
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	vertical-align: bottom;
	text-align: center;
	display: table-cell;
	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 */
  }

.bottomlefttop {
	position: absolute;
	top: 50%;
	left: 0;
	right: 50%;
	height: 40%;
	background: #fff;
/* 	border: 1px dotted #000; */
	text-align: center;
	display: none;
}

.bottomlefttop p {
	font-size: 30;
}

.bottomleftbottom {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 50%; 
	height: auto; 
	background: #fff;
	/* border: 1px dotted #000; */
	font-size: 15;
	text-align: center;
	display: table-cell;
	display: none;
}
	
.bottomleftbottom p {
	font-size: 12;
	/* position: relative;
	vertical-align: bottom;
	margin-top:45%; */
}
	
.bottomrighttop {
	position: absolute;
	left: 0;
	right: 30%;
	top: 10%;
	height: 40%;
	background: #fff;
	text-align: center;
	display: table-cell;
}

.bottomrightbottom { 
	position: absolute;
	left: 0; 
	top: 50%;
	right: 30%; 
	height: 10%; 
	/* border: 1px dotted #000; */
	background: #fff;
	text-align: center;
	overflow: hidden;
	display: table-cell;
}
	
.bottomrightbottom p {
	font-family: 'equestriaregular';
	color: HotPink;
	font-size: 75px;
	margin: 0px;
	text-align: center;
	-webkit-text-stroke: 3px #9966CC;
	/* text-shadow:
		 3px  3px 0 cyan,
		-1px -1px 0 cyan,  
		 1px -1px 0 cyan,
		-1px  1px 0 cyan,
		 1px  1px 0 cyan; */
}

.bottomrighttop img {
	position: absolute;
	height: 99%;
	width: 100%;
	top: 0px ;
	left: 0px;
	margin: 0px;
	display: table-cell;
}

.no-print {
	margin-left: 10px;
}

@media print{
	@page {size: landscape}
    
	.no-print, .no-print * {
        	display: none !important;
   	}
	
	.topleft {
		display: table-cell;
	}
	
	.topright {
		display: table-cell;
	}
	
	.bottomlefttop {
		display: table-cell;
	}

	 .bottomleftbottom {
		display: table-cell;
	}

	.bottomrighttop {
		left: 50%; 
		right: 0;
		top: 50%; 
	}

	.bottomrightbottom {
		left: 50%;
		right: 0;
		bottom: 0;
		top: initial;
	}
	
	.bottomrightbottom p {
		font-size: 50px;
	}
}
