﻿.resp-table {
    width: 100%;
    display: table;
}

/*.table-header-cell {
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}*/

.resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    padding: 4px 0 4px 0 !important;
}

.resp-table-cell {
    display: table-cell;
    padding: 0;
}