@import "layout.css";

/* this stylesheet should simply redefine some styles from the */
/* screen styles to make the views more print-friendly         */

.layout_navi {
	display:none;
}

#layout_content {
	width:925px;
}

#layout_middle {
	/* FF doesn't like overflow:hidden when printing */
	overflow:visible;
	border-bottom:0;
}

.murupolku {
	display:none;
}

#google_bar {
	display:none;
}

/* This is hidden information and used via javascript dialog */
.osasuoritus-info-block {
	display: block;
	margin-left:1em;
}
.osasuoritus-info-block-name-header {
	display:none;
}