/**********************************************************************
* CSS for print mode only
**********************************************************************/
html{
	font-size:15px;
}
td,th{
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 0.1em solid black;
}
header{
	width: 100%;  
}
button, 
nav,
.button,
.button2, 
.printHide{
	display:none;
}
#Content{
	margin-left: 2em;  
}
.programTitle{
	color:#0c0c0c;
}
.programSubtitle{
	color:#020202;
}
h1,h2 {  
	color: black; 
}
.tableLine{
	background-color:white;
	border: 0.1em solid black;
}
.tableInput{
	margin-top: 0.2em;
	border:none;
}
.comment{
	margin-top: 0.1em;
	border:none;
}
.columnHeadlineTipp{
	border: 0.1em solid black;
}
.flexLine{
	display:flex;
	flex-wrap: wrap;
}
select, 
input, 
textarea{
	border:none;
	appearance:none;
	background-color: inherit;
	resize:none;
}

/*-end of file------------------------------------------------------------*/

