li {
	display: block;
}

#done, #results, #questions {
	display: none;
}

.confidenceRange {
	width: 100%;
}

.questionDiv {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #f7f7f7;
}

.answerLi {
	border-color: lightgreen;
	border-width: 0.2rem;
	width: fit-content;
}

.centered {
	margin-left: 50%;
	transform: translateX(-50%);
}

.hidden {
	display: none;
}

.textInput {
	width: 1.5rem;
}

.inline {
	display: inline;
}
