#TabContent9
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent9D1
    {
        width:100%;
        height: 23px;
        box-sizing: border-box;
        margin-top: 3px;
    }
#TabContent9D1 select
    {
        width:200px;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
    }
#TabContent9D2
    {
        width:100%;
        height: calc(100% - 29px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow: auto;
        background-color: white;
        margin-top:3px;
    }
#TabContent9D2T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent9D2T1 td
    {
        height: 23px;
        border-right:solid 1px rgba(226, 223, 223, 0.856);
        border-bottom:solid 1px rgba(226, 223, 223, 0.856);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent9D2T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent9D2T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }