body {
	background: white;
	font-size: 12pt;
	}
#tabs,#map,#graph { 
	display:none;
 }

#taskPrint {	
	display: block;
	background-color: white;
        height: 100%;
        width: 17.8cm;
        position: fixed;
        top: 0;
        left: 0;
	margin: 0;
}
table {
	width: 100%;
}
td
	{	
	text-align:left;
}
.vspace {
	margin-top: 36pt;
}
span {
	margin-right: 30pt;
}
.center {
	text-align: center;
}
#taskPrintTable table td{
	text-align: center;
}

.inputTask{	
	border: 0;
	text-align: center;
}

