@CHARSET "UTF-8";

.question-group {
    border: none;
    padding: 0;
}

.question-group legend {
    display: block;
    margin: 0;
    width: 100%;;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5em;
    line-height: 2em;
    font-weight: bold;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-width: 0 1px 1px 1px;
    vertical-align: middle;
}

.question-container {
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.question-classification {
    display: block;
    float: none;
    padding-right: 1em;
}

.question-classification:before {
    content: "(";
}

.question-classification:after {
    content: ")";
}

.question {
    display: inline;
    float: none;
    margin: 0;
}

.question-help {
    display: block;
    color: #85B8FF;
}

.question-answer {
    display: block;
    float: none;
    margin-left: 0;
}

.question-answer label {
    margin-right: 1em;
}