﻿.tb_area {
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    border-color: gray;
    border-width: 0.5px;
    margin-top: 7px;
    border-bottom-right-radius: 5px;
    margin-bottom: 7px;
}

    .tb_area:focus {
        border-top-style: none;
        border-left-style: none;
        border-bottom-style: solid;
        border-right-style: solid;
        border-color: orange;
        border-width: 0.5px;
        margin-top: 7px;
        border-bottom-right-radius: 5px;
        margin-bottom: 7px;
        /*border-color:inherit;
        box-shadow:none;*/
        outline: none;
    }

fieldset {
    border-style: solid !important;
    border-width: 0.5px !important;
    width: min-content;
    font-size: 100%;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 900;
}

.table_data {
    width: min-content;
    margin:1px;
}

.td_ruls {
    border-style:none; 
    padding:0;
}

.span_ruls {
    font-size:80%;
    line-height: 1.0 !important;
}
