
/*
	Make background images (e.g. stat badges) show when printing
	Should work for Chrome and Safari
*/

* {
	-webkit-print-color-adjust:exact;
}


/* Remove unwanted sections */

#header_layer,
#menu_layer,
#footer_layer,
#msg_layer,
.paging_bottom {
	display:none;
}


#content_layer {
    background-color: #fff;
}


/* Improve layout for printing */

#content {
	width:98%;
	margin:0;
	float:none;
}



/* Correct colors as needed */

body,
table,
table tr,
table td {
	color:#000;
	font-size:83%;
}

p {
	font-size:80%;
}


/* Hide content from printing */

.no_print { display:none; }
