form.psychotest button,
form.psychotest input[type="button"],
form.psychotest input[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    width: auto;
    min-width: 100px;
    height: 30px;
    border: 1px solid transparent;
    background-color: #333333;
    color: #ffffff;
    font-family: inherit;
    font-weight: normal;
    cursor: pointer;
}

/* QUESTIONS */
form.psychotest .question {
    margin-bottom: 1em;
}
form.psychotest.psychotest--results .question {
    margin-bottom: 2em;
}

form.psychotest.psychotest--single .question {
    display: none;
}

form.psychotest.psychotest--single .question:first-of-type {
    display: block;
}

form.psychotest .question-count {
    margin: 0 1em 0 0;
    color: #6a6a6a;
    font-size: 80%;
}

form.psychotest .question-title {
    margin: 0 0 0.5em;
}

form.psychotest .question-description {
    margin: 0 0 1em;
    font-size: 90%;
}

form.psychotest .question-note {
    margin: 0 0 0.5em;
    color: indianred;
    font-size: 90%;
}

/* ANSWERS */
form.psychotest .answer {
    margin-bottom: 1em;
}

form.psychotest .answer-label {
    overflow: hidden;
    display: block;
    margin: 0;
    cursor: pointer;
}

form.psychotest .answer-label:hover {
    background-color: #fafafa;
}

form.psychotest .answer-control {
    position: absolute;
    left: -9999px;
}

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

form.psychotest .answer-text {
    display: block;
    margin: 0;
    padding: 5px;
    border: 2px solid #999999;
}

form.psychotest .answer-description {
    margin: 0.5em 0 0;
    color: #3a3a3a;
    font-size: 80%;
    cursor: default;
}

form.psychotest .question-answer {
    margin-bottom: 0;
}
form.psychotest .question-answer.question-answer--user {
    margin-bottom: 0;
    color: indianred;
}
form.psychotest .question-answer.question-answer--user.correct,
form.psychotest .question-answer.question-answer--correct {
    font-weight: bold;
}
form.psychotest .question-answer.question-answer--description {
    color: #333;
    font-size: 90%;
    font-style: italic;
}
