table tbody tr td:last-child {border: 1px solid #ccc!important;}
table {border-collapse:collapse}
table tbody tr {background:transparent!important}

tr[data-group-parity="even"] {
    background: #f6f6f6 !important;
}

.inner {
    padding-bottom: 12px
}

@media only screen and (max-width: 40em) {
    table.tablesorter tbody tr td {
        border: 0 none!important;
        background:transparent!important
    }
    table.tablesorter tbody tr {
        display:flex;
        flex-direction: column;
    }

    table.tablesorter tbody tr td:last-child {
        order: -1
    }

    table.tablesorter tbody tr td * {position:static!important}

    .tablesorter { border-top: 3px solid rgb(162, 29, 26); }
    .tablesorter thead { display: none; }
    .tablesorter th { display: block; }
    .tablesorter td { display: flex; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(235, 235, 235); border-image: initial; padding: 4px 5px; font-size: 13px; flex-direction: column; align-items: flex-start; margin: 0px 10px; height: auto !important; }
    .tablesorter tr { display: block; padding: 10px 0px; height: auto !important; }
    .tablesorter td::before { display: inline-block; float: left; clear: both; text-transform: uppercase; font-size: 11px; color: rgb(81, 81, 81); }#tbl-0 tbody td:nth-child(1):before { content: "Cookie name"; color: #000000ff; }
    #tbl-0 tbody td:nth-child(2):before { content: "Duration / Expiry"; color: #000000ff; }
    #tbl-0 tbody td:nth-child(3):before { content: "Domain"; color: #000000ff; }
    #tbl-0 tbody td:nth-child(4):before { content: "Purpose of cookie"; color: #000000ff; }
    #tbl-1 tbody td:nth-child(1):before { content: "Cookie name"; color: #000000ff; }
    #tbl-1 tbody td:nth-child(2):before { content: "Duration / Expiry"; color: #000000ff; }
    #tbl-1 tbody td:nth-child(3):before { content: "Domain"; color: #000000ff; }
    #tbl-1 tbody td:nth-child(4):before { content: "Purpose of cookie"; color: #000000ff; }
    #tbl-2 tbody td:nth-child(1):before { content: "Cookie name"; color: #000000ff; }
    #tbl-2 tbody td:nth-child(2):before { content: "Duration / Expiry"; color: #000000ff; }
    #tbl-2 tbody td:nth-child(3):before { content: "Domain"; color: #000000ff; }
    #tbl-2 tbody td:nth-child(4):before { content: "Purpose of cookie"; color: #000000ff; }
    #tbl-3 tbody td:nth-child(1):before { content: "Cookie name"; color: #000000ff; }
    #tbl-3 tbody td:nth-child(2):before { content: "Duration / Expiry"; color: #000000ff; }
    #tbl-3 tbody td:nth-child(3):before { content: "Domain"; color: #000000ff; }
    #tbl-3 tbody td:nth-child(4):before { content: "Purpose of cookie"; color: #000000ff; }
}