@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; // Black prints faster: h5bp.com/s
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

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

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

	// Don't show links that are fragment identifiers,
	// or use the `javascript:` pseudo protocol
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; // h5bp.com/t
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	// Bootstrap specific changes start

	// Bootstrap components
	.navbar {
		display: none;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;

	}
	th,
	td {
		border: 1px solid #ddd !important;
	}
	td,
	th {
		background-color: #fff !important;
	}
	
	h1{
		border:none !important;
	}
	
	.titlepage_bottom, .right, .left, .header_container, .wrapper_slider, nav{
		display: none;
	}
	
	.box-shadow{
		box-shadow:0;
	}
	
	.content_right{
		border:0;
	}
	
	.content_left.module_titlepage, .content_right{
		width: 100% !important;
		float: none !important;
	}
	
	a, a:after { content: normal !important; }
	a[href]:after {
		content: none !important;
	  }

}
