#qna {
  display: none;
}

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

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

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

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

.statusBar {
  height: 100%;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
  background: #f0b7a1; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f0b7a1 0%,
    rgb(163, 113, 47) 50%,
    rgb(153, 104, 41) 51%,
    #bf6e4e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f0b7a1 0%,
    rgb(163, 113, 47) 50%,
    rgb(153, 104, 41) 51%,
    #bf6e4e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f0b7a1 0%,
    rgb(163, 113, 47) 50%,
    rgb(153, 104, 41) 51%,
    #bf6e4e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
