/* print styles template - estudio izus - www.estudioizus.com  */

/* layout */

div#header, div#footer, h1#pagetitle, p#print-text, a#btn-print{	
	display:none;
}

div#invoice{
	padding-bottom:16px;
}

div#invoice-body{
	width:280px;
}

p#barcode-value{
	margin: 8px 0 16px 0;
}

hr.hidden { display:none; }

/* fonts and colors*/

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6{
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;	
}
