#qna{
	display: none;
	background-color: whitesmoke;
	text-align: center;
	border-radius: 20px;

	max-width: 420px;
	min-height: 700px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;

	padding-top: 35px;
	padding-left: 16px;
	padding-right: 16px;

	box-shadow: 0 4px 25px darkblue;

}

.number{
	font-size : 30px;
    font-weight: 900;
    text-align: center;
    color: darkblue;
}

.qBox{
	color: darkblue;
    text-align: center;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 900;
    font-size: 17px;
}

.answerList{
	background-color: white;
	border-radius: 10px;
	display: block;
	width: 100%;
	border: 0px;
	font-size: 13px;

	box-shadow: 5px 5px #DDE2E8;
}

.answerList:hover{
	background-color: #DDE2E8;
	color: #0386FF;
	transform: translatey(10px);
    box-shadow: 0 4px 0 #DDE2E8;
}

.status{
	height: 20px;
	width: 100%;
	background-color: white;
	border-radius: 20px;

	margin-bottom: 16px;
}

.statusBar{
	height: 100%;
	border-radius: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+55,05abe0+100 */
	background: rgb(135,224,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 55%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 55%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 55%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

}

.backbtn{
	width: 60px;
	height: 30px;
	color: white;
	font-size: 10px;

	box-shadow: 4px 6px darkblue;
}
.backbtn:hover{
	background-color: #DDE2E8;
	color: #0386FF;
	transform: translatey(10px);
    box-shadow: 0 2px 0 #DDE2E8;
}