#NavContent2
    {
        width:100%;
        height:100%;
        padding:5px 3px 3px 3px;
        display: flex;
        flex-direction: column;
    }
#NavContent2D1
    {
        width:100%;
        height:calc(100% - 35px);
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#NavContent2D1T1
    {
        width: 100%;
        border-spacing: 0;
    }
#NavContent2D1T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D1T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D1T1 thead td
    {
        text-align: center;
        font-weight: 800;
        cursor: pointer;
    }
#NavContent2D1T1 tbody tr:hover
    {
        background-color: bisque;
    }
#NavContent2D2
    {
        width:100%;
        height:30px;
        margin-top: 3px;
    }
#NavContent2D2 button
    {
        padding:0px 20px 0 20px;
        height: 30px;
        cursor: pointer;
    }
