div.watu-question, div.show-question {
margin-top: 10px !important;
}
.question-choices, .show-question-choices {
margin-top: 5px !important;
}
input.watupro-gap, select.watupro-gap {
font-size: 16px !important;
}

.numBox {
    background-color: #008b45;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    height: 1.6em;
    width: 1.6em;
    margin-bottom: 3px;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 20px;
}
.numBox1 {
    background-color: #ff3600;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    height: 1.6em;
    width: 1.6em;
    margin-bottom: 3px;
    line-height: 1.6em;
    font-weight: bold;
    font-size: 20px;
}
.watupro-question-choice input[type=radio] + label, 
.watupro-question-choice input[type=checkbox] + label {
    padding: 5px 10px;
    margin: -2px 0 0 2px;
    font-size: 17px;
    line-height: 2em;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #52515191;
    border-radius: 5px;
    background: #fff;
    color: #232323;
    max-width: 80%;
    min-width: 50%;
    margin-left: 20px;
}
#watupro_quiz .watupro-unanswered {
    clear: both;
    width: 100%;
    float: left;
    color: red;
    font-weight: bold;
    background: #ff000002;
    border: 1px solid red;
    width: fit-content;
    padding: 10px 32px 10px 10px;
    border-radius: 5px;
    background: url(https://testenglishonline.com/wp-content/uploads/2024/05/wp-test-wrong.webp) no-repeat right;
    background-position: 97% 53%;
    margin-left: 15px
}
.watupro-main-feedback {
    display: block;
    clear: both;
    font-size: 17px;
    margin-top: 10px;
    border: 1px solid #d4d2d2f0;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 10px 10px 10px 10px;
}
#watupro_quiz .user-answer {
    color: blue;
    display: inline-block;
    border: 1px solid #35353554;
    border-radius: 5px;
    width: fit-content !important;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
}
#watupro_quiz span.correct-gap-answer {
    color: #50af31;
    background: #50af310a;
    display: inline-block;
    border: 1px solid #50af31;
    width: fit-content !important;
    padding: 10px;
}
#watupro_quiz span.wrong-gap-answer {
    color: red;
    background: #ff000002;
    display: inline-block;
    border: 1px solid red;
    width: fit-content !important;
    padding: 10px;
}
#watupro_quiz .user-answer span.answer {
    color: red;
    padding-right: 22px;
    display: inline;
}
#watupro_quiz li.answer.user-answer {
    color: red;
    background: #ff000002;
    border: 1px solid red;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px 5px -5px;
}
#watupro_quiz .correct-answer span.answer {
    padding-right: 22px;
    display: inline;
    color: #50af31;
    vertical-align: text-top;
}
#watupro_quiz li.answer.user-answer.correct-answer {
    color: #50af31;
    background: #50af310a;
    border: 1px solid #50af31;
    display: inline-block;
    padding: 10px;
}


.watupro-question-choice span {
		  display: inline !important; /* added in WatuPRO 6.1.0.4 */
		}
@media 
			only screen and (max-width: 600px) {
}
