@media (min-width: 768px) {
    #prospect .type {
        width: 45% !important;
    }

    #scheda-ok #ico-left.icoChecked {
        display: inline-block;
        line-height: 0;
    }

    #scheda-ok #text-left.text {
        top: -7px;
        display: inline-block;
        position: relative;
    }
}

#prospect .type .ico-info {
    margin-top: -2px;
}

#prospect .ico-info {
    position: absolute!important;
}

@media (max-width: 400px) {
    #prospect .type .ico-info {
        margin-top: 0;
        margin-right: 80px;
    }
}


