﻿.tbl5padding td, .tbl5padding th .tbl5padding th.mud-table-cell .tbl5padding td.mud-table-cell {
    padding: 5px;
    border-left: 1px solid;
    border-left-color: #e0e0e0;
}
.tbl5paddingnoborder td, .tbl5padding th {
    padding: 5px;
    
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}
