#survey ul.entries {
	list-style: none;
	margin: 0; padding: 0;
}
#survey .entry {
	margin: 1.5rem 0 0 0; padding: 1.5rem 0 0 0;
	border-top: 1px solid #fff2;
}
#survey .question {
	margin-bottom: 1rem;
	font-weight: 700; color: #fff;
}
#survey .question .number {
	display: inline-block;
	margin-right: 0.25em;
}

#survey .list .cell {
	margin: 0.5rem 0 0 0;
}
#survey .list .cell:first-child {
	margin-top: 0;
}
#survey .list .cell.other {
	margin-top: 1rem;
}

#survey .ranking {
	overflow-x: auto;
}
#survey .ranking table {
	margin: 0;
}
#survey .ranking th.rate {
	font-size: 0.8125rem;
}
#survey .ranking td.item {
	min-width: 10rem;
}
#survey .ranking td.rank {
	text-align: center;
}
