input[type=radio] {
    clear: both;
    display: inline-block;
    float: left;
}

.table_form label {
/*    margin-left: 10px;*/
    float: left;
    margin-top: 10px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type=radio] {
        clear: both;
        display: inline-block;
        float: left;
    }

    .table_form label {
/*        margin-left: 10px;*/
        float: left;
        margin-top: 10px;
    }

    #search_form tr, #search_form td {
        border: none !important;
    }

}
