#projects {
	height: 214px;
	overflow: auto;
}

#projects table {
	width: 100%;
}

#projects td {
	padding: 4px;
	vertical-align: middle;
	font-weight: bold;
}


#filter input {
	vertical-align: text-bottom;
}

#filter label {
	padding: 0 2em 0 0em;
}

#filter table {
	width: 100%;
	margin: 1em 0 1em 0;
}

#filter td {
	width: 33.3%;
	padding: 2px;
}

#project table {
	width: 100%;
}

