#TabContent2D1
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        margin-top: 10px;
        font-weight: 800;
    }
#TabContent2D2
    {
        width:100%;
        height: calc(100% - 40px);
        box-sizing: border-box;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent2D2T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D2T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
    }
#TabContent2D2T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent2D2T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent2D2T1 tbody tr:hover
    {
        background-color: bisque;
    }

