#TabContent6D0
    {
        width:calc(100% - 6px);
        box-sizing: border-box;
        margin-top: 5px;
        margin-left:3px; 
    }
#TabContent6D0T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent6D0T1 td
    {
        height: 23px;
        font-weight: 800;
    }
#TabContent6D0T1 input[type="text"], #TabContent6D0T1 select
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent6D1
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        margin-top: 2px;
        padding:3px;
    }
#TabContent6D11
    {
        width:50%;
        height: 30px;
        box-sizing: border-box;
        float:right;
        margin-left: 3px;
        text-align: right;
    }
#TabContent6D11 button
    {
        width:100px;
        height: 28px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        padding: 5px;
        cursor: pointer;
    }
#TabContent6D12
    {
        width:30%;
        height: 30px;
        box-sizing: border-box;
        text-align: left;
        float:left;
    }
#TabContent6D12 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent6D12 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
    }
#TabContent6D2
    {
        width:calc(100% - 6px);
        height:calc(100% - 120px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-top: 5px;
        margin-left:3px;
        border:solid 1px gray;
        border-radius:5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent6D2T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent6D2T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent6D2T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent6D2T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent6D2T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }