.popup {
	display: none;
}

#nav {
	display:none;
}

#progress {
display:none;
}

#progressbottom {
display:none;
}

#content table {
	width: 85%;
	margin: 10px 20px 10px 80px;
	background-color: #D1DBE4;
	border: 1px solid #536A35;
}

#content div.nostyle table {
	width: 85%;
	margin: 10px 20px 10px 80px;
	background-color: #fff;
	border: none;
}

#content div.question table, #content div.projectbox table {
	width: 95%;
	margin: 10px 10px 10px 15px;
	background-color: #D1DBE4;
	border: 1px solid #536A35;
}

#content table td {
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

div.projectbox table td {
	border: 1px solid #536A35;
	font-size: .95em;
	padding: 5px;
	margin: 5px;
}

#content div.question table td {
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

#content div.nostyle table td {
	border: none;
	font-size: .9em;
	padding: 5px;
	margin: 5px;
}

#content table th {
	font-weight: bold;
	border: 1px solid #536A35;
	font-size: .85em;
	padding: 5px;
	margin: 5px;
}

#content div.projectbox th {
	font-weight: bold;
	border: 1px solid #536A35;
	font-size: .9em;
	padding: 5px;
	margin: 5px;
}

