table.survey {
	border-spacing: 0;
	width: 100%;
}

table.survey th {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

table.survey td:first-child {
	max-width: 25%;
}

table.survey td:not(:first-child) {
	text-align: center;
	white-space: nowrap;
}