page {
	background: white;
	display: block;
	margin: 0 auto;
	margin-bottom: 0.5cm;
	box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
	position:relative;
}

page[size="LETTER"] {  
	width: 1200px!important;
	height:1200px!important;	
}

.fas {color: #D53F23;}

.crop-col {
	/* creates a small column for the crop marks */
	max-width:1%!important;
	}

.border-bottom-dotted {
	border-style:dotted;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	}
	
ol {
	list-style-position:inside;
	padding-left:0px;
	}

.footer-bg {
	background: url("/_build/images/bg-footer-curl-simple.png") top left/contain no-repeat, #D53F23 url("/_build/images/bg-noise.png") 0 0 repeat;
	position:absolute;
	bottom:0px;
	background-size:cover;
	width:100%;
}		

.flyer-img {
	max-height:240px;
	}
	
/* useful on list qr flyer that shows book covers */
figure.book-cover {
	min-height:200px;
	max-width:120px;

}


@media print {
	body, page {
		margin: 0;
		box-shadow: 0;		
	}
	
	#translateContainer, #user { 
	display:none;		
	}
	
	page[size="LETTER"] {  
	width: 100%!important;
	height:11in!important;
	position:initial;
}	

}