Accept-Ranges: bytes

table.enet-responsive-table {
    width: 100%;
    box-sizing: border-box;
}

.table th, .table td {
    text-align: left;
    padding: 0.25em;
    box-sizing: border-box;
}

.table tr {
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
}


@media screen and (max-width: 800px) {
    tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0.5em 0;
        border: 1px solid rgba(3, 3, 3, 0.2);
        box-sizing: border-box;
    }

    td, th {
        flex: 1 1 150px;
        border: 0.5px solid rgba(3, 3, 3, 0.2);
        box-sizing: border-box;
    }
}