/*
CSS for printing. 
Put here anything that should be look differently in print.
Include this page from templates using the Django static tag and media="print".
*/

.print-button {
	visibility: hidden;
	display: none;
}

#bg {
	visibility: hidden; /*asign background image doesn't come well in print, so hide it*/
}


.bold-in-print{
	font-weight:bold;
}


.report-table-head {
    background-color:white;
    color:black;
}
