@media screen and (max-width: 500px) {
     .tablesql {
        border: 0;
    }

    /*table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    } */

    .trsql {
        border-bottom: 3px solid #ddd;
        border-top: 3px solid #ddd
        display: block;
        margin-bottom: .625em;
    }

    .tdsql {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;
        border: none;
        position: relative;
        }
    .tdsql:before{
        content: attr(data-title);
        position: absolute;
        left: 5px;
        display: block;
    }
    .tablehead {
        display: none;

    }
    .tableb {
        border: 1px;
    }

}

@media screen and (max-width: 380px) {
     .tablesql1 {
        border: 0;
    }

    /*table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    } */

    .trsql1 {
        border-bottom: 3px solid #ddd;
        border-top: 3px solid #ddd
        display: block;
        margin-bottom: .625em;
    }

    .tdsql1 {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;
        border: none;
        position: relative;
        height: 27px;
        }
    .tdsql1:before{
        content: attr(data-title);
        position: absolute;
        left: 5px;
        display: block;
    }
    .tablehead1 {
        display: none;

    }
    .tableb1 {
        border: 1px;
    }

}
