form.psychotest button,
    form.psychotest input[type="button"],
    form.psychotest input[type="submit"] {
        background-color: #2E6346 !important;
        color: #FFFFFF !important;
    }

    form.psychotest button:hover,
    form.psychotest input[type="button"]:hover,
    form.psychotest input[type="submit"]:hover {
        background-color: #336A4E !important;
        color: #FFFFFF !important;
    }

    form.psychotest .answer-text {
        border-color: silver !important;
    }

    form.psychotest .answer-control:checked + .answer-text {
        border-color: #286641 !important;
    }

    form.psychotest .question-answer.question-answer--user.correct {
        color: #286641 !important;
    }