#qna {
	display: none;
	/*background-color: azure; */
}

.qBox {
	width: 85%;
	background-color: whitesmoke;
	border-radius: 20px;
	text-align: center;
	font-size: 24px;
}

.answerList {
	display: block;
	width: 85%;
	background-color: whitesmoke;
	border: 0;
	border-radius: 20px;
	text-align: center;
	font-size: 20px;
}

.answerList:hover, .answerList:focus {
	background-color: LightGrey;
}

.status {
	height: 20px;
	width: 85%;
	background-color: azure;
	border-radius: 20px;
}

.statusBar {
	height: 100%;
	border-radius: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100 */
	background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
}

