/* Print styles */

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

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

#sidebar {
	display: none;
}

.noprint {
	display: none;
}

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