#qna{
  display: none;
}

.qBox{
  background-color: whitesmoke;
  text-align: left;
  border-radius: 20px;
  font-size: 20px;
  width: 90%;
}

.answerList{
  background-color: whitesmoke;
  border-radius: 20px;
  text-align: left;
  display: block;
  width: 90%;
  border: 0px;
  font-size: 17px;
}

.answerList:hover, .answerList:focus{
  background-color: lightblue;
  color: whitesmoke;
}

.status {
  height: 20px;
  width: 80%;
  background-color: whitesmoke;
  border-radius: 20px;
}

.statusBar {
  height: 100%;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,fee500+100 */
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(254,252,234,1) 0%, rgba(254,229,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(254,252,234,1) 0%,rgba(254,229,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(254,252,234,1) 0%,rgba(254,229,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fee500',GradientType=1 ); /* IE6-9 */

}
