.content-page #formContainer .col-xs-3, .content-page #formContainer .col-xs-9 {
    width: 100%;
}

td.with_radio {
    background: #fff;
}
td.with_radio.empty {
    width: 100px;
}

td.with_radio.empty label {
    font-weight: normal;
}

.form-group.scale1 textarea,
.form-group.scale2 textarea{
    margin-top: -21px;
    border-radius: 0 0 7px 7px !important;
    width: 99.9%;
}

.form-group.scale2 small {
    font-size: 10px !important;
}

.ca3_question .control-label {
    font-weight: normal !important;
    margin:-3px 0 8px 0 !important;
    font-size:13px;
    line-height: 22px;
}

.ca3_question.well {
    padding-bottom:2px;
}

ul.chapters {
    margin:0;
    padding:0;
}

ul.chapters li {
    margin:0;
    padding:0;
    display: block;
    list-style: none;
    width: auto;
    padding:4px 8px;
    font-size: 12px;
}

ul.chapters li.active {
    font-weight: bold;
    color: #fff;
    background: #3bafda;
    border-radius: 4px;
}