﻿.text-right.mud-table-cell {
    text-align: right;
}

h3 {
    background-color: lightblue;
    margin: -1.1rem -24px 1rem -24px;
}

::deep .table-striped tbody tr:nth-of-type(odd) {
    background-color: lightcyan;
}

::deep .table-fixed-header .table thead tr th {
    background: lightblue;
}

::deep .input-text-right input {
    text-align: right;
}