/* CSS Document */

header,
#top-header,
#push,
footer,
.nav,
.btn-navbar,
#print-invoice{
	display: none !important;	
}

@media print {
  a[href]:after {
    content: none !important;
  }
}