.eConRadioButtonsCell .eConImageRadioLabel {
    border-radius: 0;
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
    padding: 5px;
    background-color: #fcfcfc;
}

.eConRadioButtonsCell .eConImageRadioLabel .optiontext {
    font-size: 12px;
    right: 3px;
    /*border: 1px solid #dbdbdb;*/
    padding: 0 5px 5px 5px;
    /*border-top: none;*/
    background-color: #fcfcfc;
    bottom: auto;
    display: block;
    margin-top: 5px;
    word-wrap: break-word;
    color: #232020 !important;
}

.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption,
.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext,
.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext {
    /*border: 1px solid #dbdbdb;*/
    background-color: #eee;
    color: #999 !important;
}

.eConRadioButtonsCell .eConImageRadioLabel.eConInvalidOption .optiontext,
.eConRadioButtonsCell .eConRADIODisabled ~ .eConImageRadioLabel .optiontext {
    border-top: 0;
}

/* eConRADIODisabled */
.eConIMGRADIO, .eConIMGRADIOSELECTED {
    border: 1px solid #dbdbdb;
}

.eConRadioButtonsCell .eConImageRadioLabel:checked + label span {
    color: #fff !important;
    background-color: #232020;
    border: 1px solid #232020;
    border-bottom: 0;
}
.eConRadioButtonsCell .eConImageRadioLabel:checked + label:after {
    content: none;
}

.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span {
    background-color: #ce1719;
    color: #fff !important;
    border: 1px solid #ce1719;
    border-bottom: 0;
}


.eConRadioButtonsCell .eConImageRadioLabel:checked + label span:after,
.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: 33px;
    left: 0;
    right: 3px;
    background-color: #ce1719;
}
.eConRadioButtonsCell .eConImageRadioLabel:checked + .eConInvalidOption span:after {
    background-color: #232020;
}
