.tx-jhe-simplequiz .singleQuestion {
    margin-bottom: 2.5em;
}
.tx-jhe-simplequiz h4 {
    margin-bottom: 10px;
}
.tx-jhe-simplequiz h5 {
    margin-top:1em;
}
.tx-jhe-simplequiz .singleAnswer {
    border:1px solid #e3e3e3;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 6px;
}
.tx-jhe-simplequiz .singleAnswer:hover {
    cursor: pointer;
    border-color: #4c4c4c;
}
.tx-jhe-simplequiz .singleAnswer.correct {
    border-color: #009864;
    background-color: #009864;
    color: white;
}
.tx-jhe-simplequiz .singleAnswer.wrong {
    border-color: #cc0033;
    background-color: #cc0033;
    color: white;
}
.tx-jhe-simplequiz .answerText {
    display: none;
}
