/*#F03333   #cdf0f1*/

#qna {
  display: none;
}


.qBox {
  background-color: #F03333;
  color: white;
  text-align: center ;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  width: 80% ;
}

.answerList {
  background-color: #cdf0f1;
  color:black;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-size: 12px;
  font-weight: 500;
  width: 80% ;
}

.answerList:hover, .answerList:focus {
  background-color: #F03333;
  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/#febbbb+0,fe9090+52,ff5c5c+100;Red+3D+%231 */
  background: #febbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb5959 0%, #f04949 52%, #F03333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb5959 0%, #f04949 52%, #F03333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb5959 0%, #f04949 52%, #F03333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5959', endColorstr='#F03333', GradientType=0);
  /* IE6-9 */

}

