/*
Define all print styles here. A typical usage is to hide contents on the
printed out web page.

How to use:
1. Include this style sheet between <head> tags, 
   <link rel="stylesheet" type="text/css" href="<%=Styles%>print_style.css" media="print"/>
   Make sure you add ' media="print" '
2. Styles and classes defined in this file only applies on printed out pages,
   not on screen, and styles defined in this file takes high precedence
   on printed out pages.
*/
@CHARSET "UTF-8";

.non_printable{
  display: none;
}

div.mainContent {
	overflow: visible;
}


/* make vertical padding smaller for print*/
table#blankStockTable tr th{
	padding: 2px 2px;
	color: white;
	background-color: #8C85D6;
}
table#blankStockTable tr.entity td{
	padding: 14px 0 2px;
}

div.checklistImageMargin  img {
   
	 min-width: 100% !important;
	 min-height: 100% !important;
	 padding: 0 !important;
	 margin :0 !important;
	
}


div.checklistImageMargin {
	page:ChecklistImageMargin ;
} 


@page ChecklistImageMargin {
    size:8.27in 11.69in !important; 
    margin:.30in .30in .30in .30in !important; 
   
}