table.ao {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
}
.ao tbody tr:nth-child(odd) td {
    background: #f9f9f9;

}

.ao thead {
    position: sticky;
    top: 0;
    z-index: 1
}

.ao th {
    position: relative;
    cursor: pointer;
    padding-right: 24px;
    background: #fff;
}
.ao th:hover {
    outline: 2px solid #00000010;
    outline-offset: -2px;
}
.ao thead th {
    border-bottom: 1px solid #00000033;
}
.ao tfoot th {
    border-top: 1px solid #00000033;
}

.ao th:before {
    content: '▲';
    position: absolute;
    top: 20%;
    top: 10%;
    top: 0;
    right: 4px;
    opacity: .125;

    top: calc(50% - 10px - 8px);
}
.ao th:after {
    content: '▼';
    position: absolute;
    top: 45%;
    top: 12px;
    top: 16px;
    right: 4px;
    opacity: .125;

    top: calc(50% - 10px + 8px);
}

.ao [data-direction="asc"]:before {
    content: '▲';
    opacity: .6;
}
.ao [data-direction="asc"]:after {
    content: '▼';
    opacity: .125;
}

.ao [data-direction="desc"]:before {
    content: '▲';
    opacity: .125;
}
.ao [data-direction="desc"]:after {
    content: '▼';
    opacity: .6;
}

.ao td {
    border-top: 1px solid #00000015;
}

.ao td.test {
    display: block !important;
    position: absolute;
    left: 0;
    top: 391px;
    padding-bottom: 0;
    border: 0;
    height: auto;
}
.ao td.test:before {
    content: attr(data-label) ': ';      
    font-weight: bold;
}

.ao td.number {
    text-align: right;
}

.ao .child {
    padding: 0;
}
.ao .child th {
    border-top: 1px solid #00000015;
}
.ao .child td {
    /*
    border: 0;
    */
}
.ao tbody .child tr:nth-child(odd) td {
    background: transparent;
}






.ao .child dt:before {
    content: '▲';
    position: absolute;
    top: 20%;
    top: 10%;
    top: 0;
    top: -3px;
    right: 4px;
    opacity: .125;

    top: calc(50% - 10px - 8px);
}
.ao .child dt:after {
    content: '▼';
    position: absolute;
    top: 45%;
    top: 12px;
    top: 16px;
    top: 12px;
    right: 4px;
    opacity: .125;

    top: calc(50% - 10px + 8px);
}



.ao .child dt[data-direction="asc"]:before {
    content: '▲';
    opacity: .6;
}
.ao .child dt[data-direction="asc"]:after {
    content: '▼';
    opacity: .125;
}
.ao .child dt[data-direction="desc"]:before {
    content: '▲';
    opacity: .125;
}
.ao .child dt[data-direction="desc"]:after {
    content: '▼';
    opacity: .6;
}


.ao [data-direction="asc"]:before {
    content: '▲';
    opacity: .6;
}
.ao [data-direction="asc"]:after {
    content: '▼';
    opacity: .125;
}

.ao [data-direction="desc"]:before {
    content: '▲';
    opacity: .125;
}
.ao [data-direction="desc"]:after {
    content: '▼';
    opacity: .6;
}


.ao .child dl {
    margin-bottom: 0;
}

.ao .child dl > div {
    border-top: 1px solid #00000015;
    display: flex;
}
.ao .child dt {
    position: relative;
    font-weight: bold;
    padding: .25rem .5rem;
    width: 100%;
    /*
    display: inline-block;
    margin: 0;
    max-width: 25%;
    width: 100%;
    */

    padding: 1rem;
    cursor: pointer;
}
.ao .child dt:hover {
    outline: 2px solid #00000010;
    outline-offset: -2px;
}
.ao .child dd {
    padding: .25rem .5rem;
    width: 100%;
    /*
    display: inline-block;
    margin: 0;
    border-top: 1px solid #00000015;
    max-width: 75%;
    width: 100%;
    */
}

.ao .child dl > div {
    display: none;
}

.responsive_1 .child div:nth-child(1) {
    display: flex;
}
.responsive_2 .child div:nth-child(2) {
    display: flex;
}
.responsive_3 .child div:nth-child(3) {
    display: flex;
}
.responsive_4 .child div:nth-child(4) {
    display: flex;
}
.responsive_5 .child div:nth-child(5) {
    display: flex;
}
.responsive_6 .child div:nth-child(6) {
    display: flex;
}
.responsive_7 .child div:nth-child(7) {
    display: flex;
}
.responsive_8 .child div:nth-child(8) {
    display: flex;
}
.responsive_9 .child div:nth-child(9) {
    display: flex;
}
.responsive_10 .child div:nth-child(10) {
    display: flex;
}
.responsive_11 .child div:nth-child(11) {
    display: flex;
}
.responsive_12 .child div:nth-child(12) {
    display: flex;
}
.responsive_13 .child div:nth-child(13) {
    display: flex;
}
.responsive_14 .child div:nth-child(14) {
    display: flex;
}
.responsive_15 .child div:nth-child(15) {
    display: flex;
}





.responsive_1 th:nth-child(1) {
    display: none;
}
.responsive_1 td:nth-child(1) {
    display: none;
}
/*
.responsive_1 td:nth-child(1) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 30rem));
}
.responsive_1 td:nth-child(1):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_2 th:nth-child(2) {
    display: none;
}
.responsive_2 td:nth-child(2) {
    display: none;
}
/*
.responsive_2 td:nth-child(2) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 28rem));
}
.responsive_2 td:nth-child(2):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_3 th:nth-child(3) {
    display: none;
}
.responsive_3 td:nth-child(3) {
    display: none;
}
/*
.responsive_3 td:nth-child(3) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 26rem));
}
.responsive_3 td:nth-child(3):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_4 th:nth-child(4) {
    display: none;
}
.responsive_4 td:nth-child(4) {
    display: none;
}
/*
.responsive_4 td:nth-child(4) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 24rem));
}
.responsive_4 td:nth-child(4):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_5 th:nth-child(5) {
    display: none;
}
.responsive_5 td:nth-child(5) {
    display: none;
}
/*
.responsive_5 td:nth-child(5) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 22rem));
}
.responsive_5 td:nth-child(5):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_6 th:nth-child(6) {
    display: none;
}
.responsive_6 td:nth-child(6) {
    display: none;
}
/*
.responsive_6 td:nth-child(6) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 20rem));
}
.responsive_6 td:nth-child(6):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_7 th:nth-child(7) {
    display: none;
}
.responsive_7 td:nth-child(7) {
    display: none;
}
/*
.responsive_7 td:nth-child(7) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 18rem));
}
.responsive_7 td:nth-child(7):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_8 th:nth-child(8) {
    display: none;
}
.responsive_8 td:nth-child(8) {
    display: none;
}
/*
.responsive_8 td:nth-child(8) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 16rem));
}
.responsive_8 td:nth-child(8):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_9 th:nth-child(9) {
    display: none;
}
.responsive_9 td:nth-child(9) {
    display: none;
}
/*
.responsive_9 td:nth-child(9) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 14rem));
}
.responsive_9 td:nth-child(9):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_10 th:nth-child(10) {
    display: none;
}
.responsive_10 td:nth-child(10) {
    display: none;
}
/*
.responsive_10 td:nth-child(10) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 12rem));
}
.responsive_10 td:nth-child(10):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_11 th:nth-child(11) {
    display: none;
}
.responsive_11 td:nth-child(11) {
    display: none;
}
/*
.responsive_11 td:nth-child(11) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 10rem));
}
.responsive_11 td:nth-child(11):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_12 th:nth-child(12) {
    display: none;
}
.responsive_12 td:nth-child(12) {
    display: none;
}
/*
.responsive_12 td:nth-child(12) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 8rem));
}
.responsive_12 td:nth-child(12):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_13 th:nth-child(13) {
    display: none;
}
.responsive_13 td:nth-child(13) {
    display: none;
}
/*
.responsive_13 td:nth-child(13) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 6rem));
}
.responsive_13 td:nth-child(13):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_14 th:nth-child(14) {
    display: none;
}
.responsive_14 td:nth-child(14) {
    display: none;
}
/*
.responsive_14 td:nth-child(14) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 4rem));
}
.responsive_14 td:nth-child(14):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/
.responsive_15 th:nth-child(15) {
    display: none;
}
.responsive_15 td:nth-child(15) {
    display: none;
}
/*
.responsive_15 td:nth-child(15) {
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 0 !important;
    border: 0;
    height: auto;
    transform: translateY(calc(var(--height) - 2rem));
}
.responsive_15 td:nth-child(15):before {
    content: attr(data-label) ': ';      
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
}
*/

.responsive_count_0 tr:nth-child(even) {
    display: none;
}

.responsive_count_0 tbody tr:nth-child(4n+3) td {
    background: transparent;
}


/*
.ao .responsive_count_0 td {
    padding-bottom: 0rem;
}
.ao.responsive_count_1 td {
    padding-bottom: 3rem;
}
.ao.responsive_count_2 td {
    padding-bottom: 6rem;
}
.ao.responsive_count_3 td {
    padding-bottom: 9rem;
}
.ao.responsive_count_4 td {
    padding-bottom: 12rem;
}
.ao.responsive_count_5 td {
    padding-bottom: 15rem;
}
.ao.responsive_count_6 td {
    padding-bottom: 18rem;
}
.ao.responsive_count_7 td {
    padding-bottom: 21rem;
}
.ao.responsive_count_8 td {
    padding-bottom: 24rem;
}
.ao.responsive_count_9 td {
    padding-bottom: 27rem;
}
.ao.responsive_count_10 td {
    padding-bottom: 30rem;
}
.ao.responsive_count_11 td {
    padding-bottom: 33rem;
}
.ao.responsive_count_12 td {
    padding-bottom: 36rem;
}
.ao.responsive_count_13 td {
    padding-bottom: 39rem;
}
.ao.responsive_count_14 td {
    padding-bottom: 42rem;
}
.ao.responsive_count_15 td {
    padding-bottom: 45rem;
}
*/



.ao .child th {
    max-width: 25%;
    width: 50%;
}
.ao .child tr {
    display: none;
}

.responsive_1 .child tr:nth-child(1) {
    display: table-row;
}
.responsive_2 .child tr:nth-child(2) {
    display: table-row;
}
.responsive_3 .child tr:nth-child(3) {
    display: table-row;
}
.responsive_4 .child tr:nth-child(4) {
    display: table-row;
}
.responsive_5 .child tr:nth-child(5) {
    display: table-row;
}
.responsive_6 .child tr:nth-child(6) {
    display: table-row;
}
.responsive_7 .child tr:nth-child(7) {
    display: table-row;
}
.responsive_8 .child tr:nth-child(8) {
    display: table-row;
}
.responsive_9 .child tr:nth-child(9) {
    display: table-row;
}
.responsive_10 .child tr:nth-child(10) {
    display: table-row;
}
.responsive_11 .child tr:nth-child(11) {
    display: table-row;
}
.responsive_12 .child tr:nth-child(12) {
    display: table-row;
}
.responsive_13 .child tr:nth-child(13) {
    display: table-row;
}
.responsive_14 .child tr:nth-child(14) {
    display: table-row;
}
.responsive_15 .child tr:nth-child(15) {
    display: table-row;
}

@media (max-width: 1199px) {
    table.ao {
        display: table;
    }
    .ao thead {
        display: table-header-group;
    }
    .ao tbody {
        display: table-row-group;
    }
    .ao tr {
        display: table-row;
        margin-bottom: initial;
        background: initial;
        padding: .5rem;
    }
    .ao td {
        display: table-cell;
        width: initial;
        padding-left: initial;
    }
    .ao td:before {          
        display: none;
        width: auto;
        margin-left: auto;
        text-align: left;
        float: none;
    }
    .ao td:after {
        display: none;
    }
    .ao td input[type=submit],
    .ao td button,
    .ao td .button {
        margin-bottom: 1rem;
    }
}
