#TabContent2D1
    {
        width:100%;
        box-sizing: border-box;
        margin-top:10px;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
    }
#TabContent2D1T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D1T1 td
    {
        height: 23px;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #595959;
    }
#TabContent2D1T1 input[type="text"], #TabContent2D1T1 Select, #TabContent2D1T1 .datepicker
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;
        border-radius: 3px;
        background-color: white;
    }
#TabContent2D1T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent2D1T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent2D1T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
