@media print {
	 .navbar, nav, div .footer, #template-header, #template-footer {
		 display: none !important;
	}
	 .btn{
		 display:none;
	}
	a[href] {
        display: block;
    }
	a[href="#"] {
        display: none;
    }
    a[href=""] {
        display: none;
    }
    a:link:after, a:visited:after {
        content:" [" attr(href) "] ";
    }
}
 