/*
CSS for printing. 
Put here anything that should be look differently in print.
Include this page using media="print". Example:
<link rel="stylesheet" href="/site/css/assignation-print.css" type="text/css" 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;
}

