﻿.tablereponsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .tablereponsive tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    .tablereponsive th,
    .tablereponsive td {
        padding: .625em;
        text-align: center;
    }

    .tablereponsive th {
        font-size: .85em;
        text-transform: uppercase;
    }

    .tablereponsive .thead-dark th {
        background-color: #282d3b;
        color: white;
    }

@media screen and (max-width: 600px) {

    .tablereponsive {
        border: 0;
    }

    .pic {
        text-align: center !important;
    }

    .tablereponsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tablereponsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .tablereponsive td:not(.LTR) {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }
    .tablereponsive td:not(.RTL) {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
        .tablereponsive td:not(.LTR)::before {
            content: attr(data-label);
            float: right;
            font-weight: bold;
            text-transform: uppercase;
            color:navy;
        }
        .tablereponsive td:not(.RTL)::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
            color: navy;
        }
        .tablereponsive td:last-child {
            border-bottom: 0;
        }
    .tablereponsive td.hidetd {
       display:none;
    }
}
