﻿body {
}
td:nth-child(1) {
    font-weight: bold;
    padding-right: 10px
}
td:nth-child(2) {
    justify-content: right;
    padding-right: 10px
}
[data-status="true"] {
    
}

[data-status="false"] {
    color: red
}

table{
    background-color:#c9c9c9
}
