table table {
    display: none;
    border-top: 1px solid #CED4DA;
    border-bottom: none;
}

table.grey tr {
    background-color: #F2F4F8;
}
table.grey tr:hover {
    background-color: #CED4DA;
}
table thead tr {
    border-radius: 16px 16px 0 0;
}
table.yellow tr {
    background-color: #FAF7EA;
}
table.yellow tr:hover {
    background-color: #FCF4D3;
}

table.white tr {
    background-color: #FFFFFF;
}
table.white tr:hover {
    background-color: #f2f4f88a;
}

.colbold{
    font-weight: bold;
}
table tr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accordion-table tr.header-level{
    display: block;
    border-right: 1px solid #CED4DA;
    background-color: #fff;
}
.accordion-table tr.header-level:hover{
    background-color: #f2f4f88a;
}
.header-level td{
    border-bottom: none;
    font-weight: bold;
    border-left: none;
}
.sub-level{
    border-right: 1px solid #CED4DA;
    font-size: 14px;
}
.expand i{
    font-size: 13px;
}
.header-level td.expand {
    border-left: 1px solid #CED4DA;
    padding: 10px 20px 10px 15px;
    cursor: pointer;
}

table{
    border-color: transparent;
    margin-bottom: 0;
    word-break: normal;
}
table thead td{
    border-left: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    background-color: #fff;
    min-width: 72px;
    padding: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 14px;
    font-weight: bold;
}
table thead td:first-child{
    min-width: 300px;
    border-radius: 16px 0 0 0;
}
table thead td:nth-child(2) {
    min-width: 200px;
}
table thead td:last-child {
    border-radius: 0 16px 0 0;
    border-right: 1px solid #CED4DA;
}
.merge-row{
    border-bottom: #CED4DA;
    background-color: #F2F4F8;
    border-right: 1px solid #CED4DA;
}
table td{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 10px;
    border-bottom: 1px solid #CED4DA;
    border-left: 1px solid #CED4DA;
}
td:first-child, thead td:first-child{
    padding: 10px;
}
.td-label{
    display:none;
    font-weight:bold;
    min-width: 150px;
}
.sub-level td{
    padding: 0;
}
table .sub-level table td:first-child{
    padding: 10px;
    border-left: none;
}
table .sub-level table td{
    padding: 10px;
}
.sub-level table td:first-child{
    min-width: 300px;
}
.sub-level table td:nth-child(2){
    min-width: 200px;
}
.sub-level table tbody tr:first-child{
    display: none;
}

.sub-level thead{
    display: none;
}
@media(max-width:991px){
    .td-label{
        display:inline-block;
        margin-right:5px
    }
    table .td-class:first-child .td-label{
        display: none;
    }
    /* table .td-class:nth-child(2){
        text-align: right;
        max-width: 400px;
    } */
    table .td-class:nth-child(2) .td-label{
        display: none;
    }
    table thead td{
        display:none;
    }
    table td, table td:first-child{
        display:block;
        flex: 0 0 100%;
        border: none;
    }
    table .sub-level td{
        padding: 0;
    }
    table tr {
        margin-bottom: 0;
        border-bottom: 1px solid #CED4DA;
        padding-bottom: 0;
        border-right: none;
    }
    table .sub-level{
        border-left: 1px solid #CED4DA;
    }
    table tr:first-child{
        border: none;
    }
    table tbody{
        border:none;
    }
    .header-level td{
        display: inline-block;
    }
    .header-level td.expand{
        display: inline-block;
    }
    .main-header td:first-child{
        display: block;
        border: 1px solid #CED4DA;
        border-radius: 16px 16px 0 0;
    }
    table td.merge-row{
        border-right: 1px solid #CED4DA;
        border-left: 1px solid #CED4DA;
        border-bottom: 1px solid #CED4DA;;
        padding: 10px;
    }
    table .sub-level table td:first-child {
        font-weight: bold;
    }
    table thead td:first-child{
        width: auto;
        border-radius: 16px 0 0 0;
    }
    table thead td:nth-child(2) {
        min-width: none;
    }
}
.notes-head {
    display: flex;
    padding: 10px 20px;
    border-bottom: 1px solid #CED4DA;
    justify-content: space-between;
}
.notes-head span {
    display: flex;
    align-items: center;
}
.notes-head .show-notes{
    margin-bottom: 0;
}
.notes-body{
    padding: 10px 20px;
    display: none;
    border-bottom: 1px solid #CED4DA;
}
.notes-title{
    font-weight: bold;
    font-size: 18px;
}
.notes-title img{
    margin-right: 10px;
    max-width: 32px;
}
.notes-body ol, .notes-body ul{
    padding-left: 0;
}
.notes {
    background-color: #F2F4F8;
    border: 1px solid #CED4DA;
    border-top: none;
    border-bottom: none;
    margin: -1px auto 0;
    width: calc(100% - 2px);
}