/* Style survey table in a way that makes it readable */
div.survey-table-wrapper {
	max-height: 85vh;
	overflow: scroll;
	margin-bottom: 1em;
}

div.survey-table-wrapper > table {
	font-size: x-small;
	border-collapse: collapse;
}

div.survey-table-wrapper tr:nth-child(even) {
	background-color: #dddddd;
}

div.survey-table-wrapper th {
	color: white;
	background-color: #999999;
}

div.survey-table-wrapper td,
div.survey-table-wrapper th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 0.5ch;
	min-width: 15ch;
}
