/**********************************************************************
* CSS for print mode only
**********************************************************************/
main{
	width:100%;
}
header,
.webButton,
.menuLine{
	display: none; 
}
body {
	justify-content: center;
}
#Content{
	padding: 0; /*  top, right, bottum, left  */
	background-color: white;
}
/**********************************************************************
* table formatting
**********************************************************************/
table{
	border-color: black;
	border-collapse: collapse;
}
td, th{
	padding: 1px 3px 1px 3px  ;  /* top, right, bottum, left  */
	border: 1px solid black;
}
.tableHeadline{
	color:#000000;
	text-align:left;
	background-color:#e2e2e2;
	font-size: 1.2em;
}
.tableLine{
	color:#000000;
	font-size: 1em; 
}
.noPrint{
	display: none; 
}
.onlyPrint{
	display: block; 
}

/*-end of file------------------------------------------------------------*/

