#ip__db.disabled {
    pointer-events: none;
}

.ip__result_tbl {
    display: none !important;
}

.ip__result_img {
 width: 100% !important;
}

#ip__result_img {
    max-width: 100% !important;
}

.ip__result_text {
    display: flex;
    justify-content: center;
    align-items: center;
}


.ip__section_description:nth-child(1)>li {
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.ak-q15 img {
    /*min-width: 400px;*/
    max-width: 100%;
}

.notes {
    overflow:hidden;
    resize:none;
}

#other-savings {
    display: none   ;
    max-width: 300px;
}

.ip__question .tooltip .fa {

    color: #971416;
    font-size: 21px;

}

.ip__question .tooltip .fa {

    color: #971416;
    font-size: 25px;

}

.ip__section_name .tooltip .fa {

    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    background: #971416;
    height: 1em;
    width: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #971416;
}

.error-field {
    outline: solid red 5px !important;
}

.ip__radio {
    max-width: 98%;
}



#incom-inputs tr:last-child>td {
   font-weight: 900;
}

#incom-inputs input {
    width: 100% ;
}

#incom-inputs *:not(th, input) {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17px;
    cursor: pointer;
    color: #203f59;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    align-items: center;
}

#incom-inputs {
    width: 100%;
    margin: 50px 0;
}



#incom-inputs *:not(input) {border: none !important;}

#incom-input td {
    max-width: 5em !important;
}

#incom-inputs tr td:first-child {
    text-align: right;
    padding-right: 5px;
}

.disabled-plan-id {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #888;
    border: 1px solid #ddd;
}

@media (min-width: 961px) {
    .ak-q15 img {
        min-width: 400px;

    }
}


