﻿@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; }
	 h1, h2, h3, h4, h5, h6 { color: #00529C!important; }
	 .breadcrumbs h1 { color: #00529C!important; }
}