html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

div.container {
	height: 100%;
	width: 100%;
	padding: 10px;
}

table {
	border-collapse: collapse;
	font-size: 10pt;
}

th {
	padding: 5px;
}

td {
	padding: 5px;
}

td.valueColumn {
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	color: blue;
}

.information {
	border-left: 2px solid blue;
	padding-left: 15px;
	font-size: 12pt;
}

.information H1 {
	color: navy;
	font-weight: bold;
	font-size: 14pt;
}

tr.dontpay td {
	font-weight: normal;
}

tr.dopay td {
	font-weight: bold;
}

tr.dontpresent td {
	background-color: #FFB5B5;
}

tr.dopresent td {
	background-color: #8CFFB6;
}

tr.dontknow td {
	font-style: italic;
	background-color: white;
}

tr.doknow td {
	font-style: normal;
}

tr.wrong td {
	text-decoration: line-through !important;
	background-color: #AAAAAA !important; 
}
