/*
    Document   : print.css
    Created on : Jul 12, 2013, 3:17:02 PM
    Author     : fredread
    Description:
        This stylesheet is used to style the output of pages on our site when
		they are printed.
*/

.navbar-fixed-top, .navbar, .print-hidden {
	display: none;
}

.top-spacing {
	margin-top: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

@page {
	margin: 0.2cm;
	padding: 0px;
	border: 0px;
}

.print-only {
	display: block;
}

a[href]:after {
	display:none;
}

a:link:after,
a:visited:after {
	content: "" !important;
}
