@media print {
	
	header {
	margin-bottom: 40px;
	}
	
	.print {
	display: block !important;
	}
		
	.noPrint {
		display: none !important;
	}
	
	img {
	max-width: 500px;
	}
	
	@page {
	margin: 0.5cm;
	}
	
	h1 {
	font-size: 14pt;
	}
	
	h2 {
	font-size: 8pt;
	margin-top: 25px;
	}
	
	
	/*anchors - set to black and display all external links in brackets
	p a[href^="http://"]:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	word-wrap: break-word;
	}*/

	a {
	color: #000;
	}
	
	a[href]:after {
  	content:"" !important;
	}
	
	.carousel-caption-left, .carousel-caption-left-top {
		position:relative;
		padding-top:50px;
		padding-bottom:10px;
		width:100%;
		text-align:left;		
	}		
	.carousel-caption-right, .carousel-caption-right-right, .carousel-caption-right-top {
		position:relative;
		padding: 50px 6% 10px;		
		top: 0%;
		left: 0%;
		width:100%;
		text-align:left;		
	}
	
	.row{
		padding: 0px;
	}
}