.surveylist {
	width: 49%;
	float: left;
	margin-bottom: 1em
}
.surveylist h3 {
	margin-top: 0
}
.surveylist table {
	width: 100%;
	border-collapse: collapse
}
.surveylist table th,
.surveylist table td {
	border: 1px solid white;
	background: #F5F5F5;
	padding: 2px
}
.surveylist table th {
	background: #6398CA;
	color: #FFF
}
.surveylist table .col1,
.surveylist table .col3 {
	width: 1em
}
.surveylist table td.date {
	white-space: nowrap;
	width: 9em
}
#popular table {
	margin-right: 5px
}
#newest h3,
#newest table {
	margin-left: 5px
}
