@media print{@page {size: landscape}}
.page-break {
    page-break-before: always;
}
.invoice {
    height: 18.5cm;
    width: 49%;
    float: right;		
}
.invoice-separator{
	 float: right;
	 padding-left: 10px;
	 color: white;
}
h2 {
	font-size: 14px; 
	text-align: center;
}
h3 {
	font-size: 17px; 
	font-weight: normal;
	margin-top:2px;
	margin-bottom:2px;
	vertical-align: center;
}
#invoice_header{
	margin-top: 10px;
	font-size: 12px; 
	width: 100%;
}
#header {			
	border-collapse: collapse;
	width: 100%;
}
#header td {
	border: 1px solid black;
	font-size: 11px;
	padding: 6px;
} 
#header th {
	border: 1px solid black;
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
} 
#lines {			
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
#lines td {
	border: 1px solid grey;
	font-size: 11px;
	padding: 1px;
} 
#lines th {
	border: 1px solid grey;
	font-size: 13px;
	padding: 2px;
} 
.total{
	text-align: right;
}
#footer {
	width: 100%;
	text-align: center;
	margin-top:60px;
	border-spacing: 15px;			
}
#footer td {
	border-top: 1px solid black;
}
#footer th {
	border-top: 0px ;
	padding-right: 20px;
}