#recentSurveyInfo {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#recentSurveyInfo li {
	display: inline;
	padding-left: 20px;
	margin-right: 8px;
}

.recentSurveyEntity {
	margin: 8px;
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	font-size: 0.8em;
	color: #888;
}

.recentSurveyTitle a {
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #003366;
}

.wrapperPadded {
	padding: 8px;
	padding-top: 0;
}