﻿.mud-xs-table .mud-table-cell {
    padding: 10px 10px;
}

.complaint-page .mud-xs-table .mud-table-cell {
    justify-content: unset;
}

.complaint-page .mud-table-row .mud-table-cell:nth-child(1),
.complaint-page .mud-table-row .mud-table-cell:nth-child(2),
.complaint-page .mud-table-row .mud-table-cell:nth-child(5) {
    justify-content: right;
}

.complaint-page .mud-table-row .mud-table-cell:nth-child(1),
.complaint-page .mud-table-row .mud-table-cell:nth-child(5) {
    white-space: nowrap;
}
