.wage .modal-body {
    background-color: #fff;
}
.field-form-cashlabel {
    white-space: nowrap;
}
.modal-body .table-result > tbody > tr,
.modal-body .table-details > tbody > tr {
    background-color: transparent !important;
    border: 0;
}
.tables td,
.tables th {
    text-align: right;
}
.table-details th:nth-child(3),
.table-details td:nth-child(3) {
    text-align: left;
}
.table .pb {
    Xpadding-bottom: 2em;
}
.tables td:empty:after, 
.tables th:empty:after {
  content: "\00a0";
}
.table-result td:last-child {
    padding-right: 5em;
    border-right: 1px solid #eee;
}

.table-result {
    font-weight: bold;
}

.table-result td:last-child,
.table-details td:nth-child(2),
.table-details td:nth-child(3) {
    color: #000;
}
.table-details th:nth-child(2),
.table-details td:nth-child(2) {
    padding-right: 2em;
}

.tables .percent {
    font-size: 80%;
    color: #4e6783;
}
