table.vResponsive {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
}

body table.vResponsive tr {
    margin: 10px 0px;
    border: solid var(--vColorLightGray) 3px;
}

body table.vResponsive td.label:empty {
    display: none;
}

body table.vResponsive td.align-left,
body table.vResponsive th.align-left,
body table.vResponsive td.align-right,
body table.vResponsive th.align-right,
body table.vResponsive th,
body table.vResponsive td {
    text-align: center !important;
}

table.vResponsive tr.heading td,
table.vResponsive td.label,
table.vResponsive th {
    color: #fff;
    background-color: var(--vThemeColor);
    border-bottom-color: #fff;
}

table.vResponsive td,
table.vResponsive th {
    width: 100% !important;
}
