.generales-title-editar {
    font-size: 20px;
    color: #0E0059;
    font-weight: 800;
    margin: 40px 0 15px 24px;
} 

.questions-look-editar {
    display: flex;
    align-items: end;
    height: 30px;
}

.answer-look-editar {
    display: flex;
    align-items: end;
    height: 30px;
    float: right;
}

.form-control-informes-editar {
    color: #ffffff;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    border-bottom: 1px solid #9A9A9A !important;
    margin-right: 0px !important;
    display: inline-block;
    text-align: end;
    height: 30px;
    width: 100%;
    color: #9A9A9A;
    background: transparent;
    border: none;
    border-radius: 0px 0px 0px 0px !important;
}

.answer-size-editar {
    display: inline-block;
    height: 30px;
    padding-top: 8px;
    color: #9A9A9A;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9A9A9A;
    border-radius: 0px 0px 0px 0px !important;
    margin-right: 35px;
}

.add-unit-editar {
    display: flex;
    float: right;
    font-size: 16px;
    font-weight: 400 !important;
    height: 30px;
    align-items: end;
    color: #9A9A9A;
}

.answer-group-editar {
    margin-bottom: 7px;
    margin-right: 32px;
}