/* Print Style Sheet */
@media print {
* {margin: 0 !important; padding: 0 !important;}
body .top-header {display: none;}
body .header {display: none;}
body .container {display: block;}
body .breadcrumb {display: none;}
body table td {text-align: center !important;}
body h1, h2, h3, h4 {font-size: 14px !important;}
body a, p, span {font-size: 12px !important;}
a:link:after, a:visited:after {content: normal !important;}
body img {width: 50% !important; height: auto; border: 0 !important;}
body .sidebar {display: none;}
body footer, .footer {display: none;}
body table { page-break-inside:auto !important; border: 0px !important }
body td { border:1px solid lightgray !important; text-align:left !important; }
body tr { page-break-inside:auto !important; }
}