﻿td {
    display: table-cell;
    width: auto !important;
}

tr {
    width: auto;
    float: none;
}

tbody {
    display: contents;
}

table {
    display: table;
    border: 0;
    width:80%;
}
.MsoTableGridPra {
    width: 90%;
}
@media (max-width: 768.98px) {

    table {
        display: table;
        border: 0;
        width: 100%;
    }
    .MsoTableGridPra {
        width: 100%;
    }

}