
#survey_form .form-group {
    margin-bottom: 10px;
}

.table_heads_ed {
    border-spacing: 3px;
    border-collapse: separate;
    margin-top: 18px;
    margin-bottom: 40px;
}

.table_heads_ed>tbody>tr>td {
    padding: 8px 12px;
    vertical-align: top;
    background: #ebf6fa;
}

.cell_question {
    background: #d9e9f9!important;
    padding-top: 4px !important;
    padding-bottom: 8px;
}

.cell_score0 {
    padding-top: 15px;
    padding-bottom: 8px;
    background: #f4fef2 !important;
}

.cell_score0:hover {
    background: #e1f1dd !important;
}

.cell_score_heading0 {
    color: #fff;
    background: #167E2E !important;
    line-height: 16px;
}

.cell_score1 {
    padding-top: 15px;
    padding-bottom: 8px;
    background: #fffaf7 !important;
}

.cell_score1:hover {
    background: #fdede4 !important;
}

.cell_score_heading {
    text-align: center;
}

.cell_score_heading h1 {
    margin: 0;
}

.cell_score_heading div {
    font-weight: bold;
    line-height: 21px;
    padding: 3px 0 10px 0;
}

.cell_score_heading1 {
    background: #CE470D !important;
    color: #fff;
    line-height: 16px;
}

.cell_score2 {
    padding-top: 15px;
    padding-bottom: 8px;
    background: #ffeaf1 !important;
}

.cell_score2:hover {
    background: #fbd8e4 !important;
}

.cell_score_heading2 {
    color: #fff;
    background: #AB0D2C !important;
    line-height: 16px;
}

#score_marker {
    width: 47px;
    text-align: center;
    margin-top: -22px;
}
