@media print {
	.list .list-bg-gray{
	    background: #c0c0c0 !important;
	}
	.list .list-important{
	    background: #ffff99 !important;
	    font-style:italic;
	    padding:5px;
	    border: solid 1px #919191;
	    margin:10px 0;
	}   
	
	.jumbotron.noise-break.custom-header,
	#footer-info,
	footer,
	.footer-bg,
	.manual_related_articles {
		display: none;
	}
	
	#tl > li > a:before {
		font-family: 'FontAwesome';
		content: "\f055";
		padding-right: 10px;
		font-size: 14px;
		color: #9C9C9C;
		position: absolute;
		left: 6px;
		top: 1px;
		font-weight: 300;
	}
	
	a[href]:after {
	 content:"" !important;
	}
	
	#sidebar-box {
		display: none;
	}
	
}