@media print {
	 
	#content, #page {
	width: 100%; 
	margin: 0; 
	float: none;
	}
		
	@page { 
		margin: 2cm;
	}

	body {
		line-height: 1.3;
		background: #fff !important;
		color: #000;
		font-size: 12pt;
	}

	h1 {
	font-size: 24pt;
	}

	h2, h3, h4 {
	font-size: 14pt;
	margin-top: 25px;
	}    
	
	p {
		widows: 4;
		orphans: 3;
	}
	
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after:avoid; 
		page-break-inside:avoid;
	}
	img {
		page-break-inside:avoid; 
		page-break-after:avoid;
	}
	table, pre {
		page-break-inside:avoid
	}
	ul, ol, dl  {
		page-break-before:avoid
	}
	
	thead { display: table-header-group; }
	
	
	/*----- Links */
	a {
		page-break-inside:avoid
	}
	a:link, a:visited, a {
		background: transparent;
		color: #0056b3;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}
	a,
	a:visited { text-decoration: underline; }

	a[href]:after { content: " (" attr(href) ")"; }

	abbr[title]:after { content: " (" attr(title) ")"; }

	a[href^="#"]:after,
	a[href^="javascript:"]:after { content: ""; }

	$a:after > img {
	   content: "";
	}

	.embed-youtube, .embed-responsive {
	  position: absolute;
	  height: 0;
	  overflow: hidden;
	}
	#header:before {
		content: "";
		color: #777 !important;
		font-size: 1em;
		padding-top: 30px;
		text-align: center !important;    
	}

	/* Important element definitions */    
	p, address, li, dt, dd, blockquote {
		font-size: 100%
	}

	code, pre { font-family: "Courier New", Courier, mono}

	ul, ol {
		padding-left: 5mm;
		margin-bottom: 20pt;    
	}
	
	ul ul, ol ol {
		padding-left: 5mm;
		margin-bottom: 0.8em;    
	}
	 ul ul ul, ol ol ol{
		 padding-left: 10mm;
	}

	li {
		line-height: 1.6em;
	}
	
	.img-logo {
		max-height: 100px;
		display: inline;
		height: 100px;
	}
	.jumbotron{
		margin-top:0px;
		margin-bottom:0px;
		padding: 5mm;
	}
	.panel{
		min-height: 1em;
		page-break-inside: avoid;
	}
	.panel span{
		
	}
	.ribbon span{
		display:none;
	}
}