.quiz-single__response{
  border: 5px solid #F04E23!important;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 25px;
  width: 400px;
  max-width: 100%;
  display: block;
  margin: 30px auto;
  color:#000;
}
.quiz-top{
  position: relative;
}
.quiz-top__response{
  display: none;
}
.quiz-top__close{
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top:20px;
  cursor:pointer;
  z-index: 10;
}
@media (max-width: 768px){
  .quiz-top__close{
    font-size: 16px;
    top:15px;
  }
  .quiz-section input[type="radio"]{
    position: relative;
    top:2px;
  }
}
.quiz-section input[type=submit]{
  border: 5px solid #F04E23!important;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 25px;
  color:#000;
  margin-top: 20px;
}
.quiz-section input[type=submit][disabled]{
  background-color: #CCC !important;
  border-color: #CCC !important;
  color:#FFF !important;
}
.quiz-top input[type=submit]:hover{
  background-color: #F04E23;
  color:#fff;
}
.quiz-top input[disabled]{
  opacity: 0.4;
}