/*** print modification styles ***/

/* cap the width of the content to avoid clipping */
#content { width:100%; background:transparent; }

/* scale down the menu a bit - helps */
.rhs_muted, .rhs_padded { padding-right:0; }

/* remove rounded corners */
.tcs, .bcs { display:none; }

/* show print-only content */
.print_only { display:block; }

/* borders for headers */
.collapsible_header, .solid_header { 
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px; height:auto;
	background:#eee;
}
