table {
}

table tr {
    padding: 0;
}

table th,
table td {
    padding-left: 10px !important;
    background-color: #f7f7f7;
}

table th {
    background-color: #eee;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

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

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

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }

    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;

    }

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


@media (min-width: 992px) {
    .maxwidth400 {
        width: 400px;

    }

    .maxwidth100 {
        width: 100px;
    }

    .maxwidth200 {
        width: 200px;

    }

    .totalcol {
        text-align: right !important;
    }

    table th:last-child {
        text-align: right !important;
    }

}

@media (max-width: 600px) {
    .tabledesc {
        background-color: #ddd;
    }

}
