.fixed_row_col_table {
    overflow-x: scroll;
}
.fixed_row_col_table table{
    width: 100%;
    /*table-layout: fixed;*/
    border-collapse: collapse;
    white-space: nowrap;
}
.virtual-table-wrap {
    overflow: hidden;
    position: absolute;
}
.virtual-col-header table {
    width: 100%;
    table-layout: fixed;
    background-color: white;
    /*white-space: nowrap;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #333;*/
}
.virtual-col-header table thead th {
    /*background-color: white;*/
    /*background-color: #ae1c17;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #333;*/
}
.virtual-row-header table  {
    width: 100%;
    table-layout: fixed;
    background-color: white;
    /*white-space: nowrap;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #333;*/
}
.virtual-row-header table tbody td {
    /*background-color: white;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #b3b7bb;*/
}
.virtual-cell-header table  {
    width: 100%;
    table-layout: fixed;
    background-color: white;
    /*white-space: nowrap;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #333;*/
}
.virtual-cell-header table thead th {
    /*background-color: white;*/
    /*background-color: red;*/
    /*border-collapse: collapse;*/
    /*border:1px solid #333;*/
}
