body {
   background: white;
   font-size: 10pt;
   }
header{
	display:none;
}   
.logo-table{
	display:block !important;
	visibility:visible;
}
.print-button{
	display:none;
}
table{
	width:100%;
	border-collapse:collapse;
	font-size: 9pt;
}
h1{
	font-size:12pt;
}   

.invoice-table, .td-nowrap{
	border-left:1px solid #b5b5b5;
	border-top:1px solid #b5b5b5;

}
.invoice-table td, .td-nowrap td{
	padding:5px;
}
.invoice-table td, .invoice-table th, .td-nowrap th, .td-nowrap td{
	border-bottom:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
}
.td-nowrap tr.none td{
	border-bottom:none;
}
td.no-border{
	border:none;
}
td.invoice{
	font-size:11pt;
}
