﻿ @media print {
body {
	color: black !important;
    background: white;
    font-size: 12pt;
	}
.nav, .news-box, .footer, .bg-parallax, #myCarousel, .carousel, .box-stripe {
	display: none;
	}
#imgLogoPrint {	
	visibility:visible;
	display: block;	
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 32px;
	}
#divContent {
	width: 100% !important;
	border: none;
	}
h1,h2,h3,h4,h5,h6 {
 	page-break-after: avoid;
	color: black !important;
	}
    }