
.qText{
    padding-bottom: 30px;
}

.qText legend{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 1.55;
}

.qAnswers{
    color: #fff;
}



.qAnswers input[type='radio']{
    margin-left: 0;
}

.resultBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.resultBoxInner{
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
   position: absolute;
   z-index: 9999;
}


.qCorrect{
    background-color: #009900 !important;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.qCount{
    background-color: #ff0099 !important;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}