.quizzin-question,
#action-button {
    display: none;
}

form.quiz-form {
    text-align: left;
}

.single-page-quiz .quizzin-question,
.single-page-quiz #action-button {
    display: block;
}

.single-page-quiz #next-question {
    display: none;
}

.question-content {
    color: #3e3e3e;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    float: left;
    width: 100%;
}

.simulation-question-cover .quizzin-question .question-content {
    margin-bottom: 10px !important;
}

.quizzin-question .question-content {
    color: #3e3e3e;
}

.question-content span {
    font-size: 16px !important;
    color: #333;
    margin: 18px 0px 0px !important;
}

.question-content+ul li {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 20px;
}

.question-content+ul li input {
    vertical-align: inherit !important;
    width: auto;
}

.star-ques-list {
    float: left;
    width: 100%;
}

.show-question {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.show-question.first_show {
    margin-top: 5px;
    float: left;
    width: 55%;
}

.answer span {
    padding-right: 20px;
}

.user-answer {
    /*font-weight:bold;*/
    background: url(wrong.png) no-repeat left top;
    /*background-position:1px;*/
    /**position:absolute;
	*padding-left:20px;*/
}

.correct-answer {
    background: url(correct.png) no-repeat left top;
}

.correct-answer1 {
    background: url(correct1.png) no-repeat left top;
    padding-right: 12px !important;
}

#tip,
#wrong_tip {
    display: none;
}

@media only screen and (max-width:1199px) {
    .show-question.first_show {
        width: 49%;
    }
}

@media only screen and (max-width:991px) {
    .show-question.first_show {
        width: 100%;
    }
}