@page {
	margin: 15px;

}
@media print {
	#OpenPanel, #ClosedPanel { display: none; }

	html { margin: 0 !important; padding: 0 !important; }
	body { background: #fff !important; font-size: 9pt !important; padding: 0 !important; margin: 15px !important; }
  .breadcrumbs ul { display: none; }
   a[href]:after { content: none !important; }
	 a { color: #000 !important; }
	 .navbar-toggle { display: none; }
	 header .navbar-brand { float: left!important; }
 	 .logo { float: left!important; }
	h1, h2, h3, h4, h5, h6 {
    color: #e31a33!important;
	}
	 .breadcrumbs h1 { color: #e31a33!important; }

}