
.responsive-table-col {
    width: 100%;
    overflow: auto;
}



@media screen and (max-width: 680px) {
    .responsive-table-col table {
        border: 0;
    }


    .responsive-table-col table thead,
    table tfoot {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table-col table tr {
        display: block;
        margin-bottom: .625em;
    }

    .responsive-table-col table td {
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .responsive-table-col table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .responsive-table-col table td:last-child {
        border-bottom: 0;
    }
}
