#balance_form .form_container form.lite_form_class .scrollable_container.table_container {
    height: 0px !important;
}

.mrp-balances-table-scroll {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
.mrp-balances-table-wrap {
    width: 100%;
    overflow: auto;
}
.mrp-balances-table-scroll table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.mrp-balances-table-scroll th, .mrp-balances-table-scroll td {
    padding: 5px 10px;
    white-space: nowrap;
    vertical-align: top;
}

.mrp-balances-clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.mrp-balances-clone th, .mrp-balances-clone td {
    visibility: hidden;
}
.mrp-balances-clone td, .mrp-balances-clone th {
    border-color: transparent;
}
.mrp-balances-clone tbody th {
    visibility: visible;
    color: red;
}
.mrp-balances-clone .fixed-side {
    visibility: visible;
}
.mrp-balances-clone thead, .mrp-balances-clone tfoot {
    background: transparent;
}

#div_header_table_parent::-webkit-scrollbar {
    display: none;
}

#items_header_table th div {
    white-space: normal;
}

#items_header_table th.expand_column div, #items_table td.expand_column div {
    width: 30px;
    white-space: normal;
}

#items_header_table th.item_column div, #items_table td.item_column div {
    width: 105px;
    white-space: normal;
}

#items_header_table th.label_column div, #items_table td.label_column div {
    width: 600px;
    white-space: normal;
}

#items_header_table th.number_column div {
    width: 80px;
    white-space: normal;
    text-align: left;
}

#items_table td.number_column div {
    width: 79px;
    white-space: normal;
}
