#qna {
  display: none;
}

.answerBox {
  width: 80%;
}

.qBox {
  background-color: white;
  text-align: center;
  border-radius: 20px;
  font-family: 'Jua', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 80%
}

.answerList {
  background-color: #1e82ff;
  border-radius: 20px;
  display: block;
  width: 80%;
  border: 0px;
  font-size: 18px;
  color: white;
}

.answerList:hover, .answerList:focus {
  background-color: whitesmoke;
  color: black;
  font-color: black;
}

.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/#499bea+0,207ce5+100;Blue+3d+%237 */
  background: rgb(73, 155, 234);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(73, 155, 234, 1) 0%, rgba(32, 124, 229, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
  /* IE6-9 */
}
