@CHARSET "UTF-8";

.question-group {
    border: none;
}

.question-group legend {
    font-weight: bold;
    background: none;
    border: none;
}

.question-container {
    clear: both;
    margin-top: 1em;
    border: none;
}

.question-classification {
    display: block;
    width: 1em;
    float: left;
}

.question {
    display: block;
    width: 40em;
    float: left;
    margin-left: 3em;
}

.question-help {
    display: block;
    color: #85B8FF;
}

.question-answer {
    display: block;
    clear: both;
    margin-left: 5em;
}

.question-answer label {
    margin-right: 1em;
}