/* Print styles */

#header {
	border-bottom-style: none;
}

#content {
	position: static; /* Workaround for Gecko bug with printing absolutely positioned content */
	width: auto;
	border-left-style: none;
}

#nav {
	display: none;
}

.noprint {
	display: none;
}

input.install, label.install {
	display: none;
}
