.ir-table-report {
    overflow: auto;
}
.ir-table-report__table {
    white-space: nowrap;
    border-collapse: collapse;
}
.ir-table-report__table input,
.ir-table-report__table select,
.ir-table-report__table textarea {
    border: 0;
}
.ir-table-report__table .ir-combobox select {
    border: 0.0625rem solid;
}
.ir-table-report__header {
    width: 100%;
}
.ir-table-report__header > tbody > tr:nth-child(1) > td:first-child,
.ir-table-report__header > tbody > tr:nth-child(2) > td:first-child {
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}
.ir-table-report__header > tbody > tr:nth-child(1) > td:last-child,
.ir-table-report__header > tbody > tr:nth-child(2) > td:last-child {
    text-align: right;
    font-weight: normal;
    white-space: nowrap;
}
.ir-table-report__header > tbody > tr:nth-child(3) > td {
    text-align: center;
    font-weight: bold;
    font-size: 1.1625rem;
}
.ir-table-report__header > tbody > tr:nth-child(4) > td {
    text-align: center;
    font-weight: normal;
    font-size: 0.9963rem;
}
.ir-table-report__head {
    font-weight: bold;
}