@media screen and (min-width: 650.02px) {
    .table3 {
        display: table;
        width: 100%;
        border-collapse: separate;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 80%;
    }

    .table_row3 {
        display: table-row;
    }

    .theader3 {
        display: table-row;
        position: sticky;
        top: 0;
        z-index: 1
    }

    .table_header3 {
        display: table-cell;
        border: 1px solid #ced4da;
        color: #212529;
        padding: 0.625rem;
        font-weight: bold;
        white-space: nowrap;
    }

        .table_header3:first-child {
            border-left: #ccc 1px solid;
            border-top-left-radius: 5px;
        }

        .table_header3:last-child {
            border-right: #ccc 1px solid;
            border-top-right-radius: 5px;
        }

    .table_small3 {
        display: table-cell;
        min-height: 40px;
        border: 1px solid #ced4da;
        padding: 0.625rem;
        white-space: nowrap;
    }

        .table_small3:last-child {
            display: table-cell;
            min-height: 40px;
        }

    .table_row3 > .table_small3 > .table_cell3:nth-child(odd),
    .table_row3 > .tbody > .table_small3 > .table_cell3:nth-child(odd),
    .table_row3 > .tbody.collapse > .table_small3 > .table_cell3:nth-child(odd) {
        display: none;
    }

    .table_row3 > .table_small3:first-child > .table_cell3:nth-child(odd) {
        border-left: #ccc 1px solid;
        white-space: nowrap;
    }

    .table_row3 > .table_small3:last-child > .table_cell3:nth-child(odd) {
        border-right: #ccc 1px solid;
        white-space: nowrap;
    }

    .tbody:last-child > .table_row3:last-child > .table_small3:last-child {
        border-bottom-right-radius: 5px;
    }

    .tbody:last-child > .table_row3:last-child > .table_small3:first-child {
        border-bottom-left-radius: 5px;
    }

    .table_row3:nth-child(2n+3) {
        background: #e9e9e9;
        color: #5b5b5b;
    }

    .table_row3:hover {
        background-color: #c7e1ff !important;
    }

    .collapse_content, .hide_cell {
        display: none !important;
    }

    .tbody,
    .tbody.collapse {
        display: contents;
        height: auto !important;
        visibility: visible;
    }

    .sticky-header {
        height: 300px;
        overflow-y: hidden;
    }

        .sticky-header::-webkit-scrollbar:vertical {
            display: block;
        }
}

@media screen and (max-width: 650px) {
    .table3 {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 0.25rem;
    }

    .theader3 {
        padding: 0.75rem 1.00rem;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .mobile_header3_left, .mobile_header3_right {
        display: inline !important;
    }

    .mobile_header3_left {
        float: left !important;
    }

    .mobile_header3_right {
        float: right !important;
    }

    .table_header3 {
        display: none;
    }

    .mobile_hide_cell {
        display: none !important;
    }

    .collapse_content {
        padding: 0.75rem 0.5rem 0.75rem 1.2rem;
    }

    .collapse_header {
        float: left;
        margin-left: 1.0rem;
        padding-right: 0.50rem;
        margin-top: 0.80rem;
    }

    .table_row3 {
        display: table;
        width: 100%;
        border-collapse: separate;
    }

    .table_small3 {
        display: table-row;
    }

    .table_row3:hover {
        background-color: #c7e1ff !important;
    }

    .table_row3:nth-child(2n+3) {
        background: #e9e9e9;
    }

    .table_row3 > .tbody > .table_small3 {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding: 0 0.5rem 0 0.5rem;
    }

        .table_row3 > .tbody > .table_small3 > .table_cell3 {
            display: table-cell;
            padding: 0.625rem;
            max-width: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            border-top: #ccc 1px solid
        }
}
