.touch tr.matrix td:first-child {
    width: 50px !important;
}

.touch .eConRadioButtonsCell .optiontext {
    background-color: #fff;
    margin: -1px -3px 0 40px;
    line-height: 1.3;
    padding: 5px;
}

.touch input[type=radio]:not(.hidden) + label:not(.ui-button):not(.eConImageRadioLabel) {
    border: 0;
    background: none;
    color: #333;
    height: 39px;
    line-height: 35px;
    margin-right: 12px;
}

.touch input[type=radio]:checked:not(.hidden) + label:not(.ui-button):after {
    background-color: #232020;
    border-color: #232020;
}

.touch .eConRADIO:checked + label:after {
    right: auto;
}