.qri-dTable {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between!important;
    position: relative;
    border-spacing: 0;
}
.qri-dTable-stretch {
    width: 100%;
}
.qri-dTableHead, .qri-dTableFoot, .qri-dTableRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between!important;
    width: 100%;
    position: relative;
}
/*.qri-dTableRow:nth-child(even) {
    background-color: #fafafa;
}
.qri-dTableRow:nth-child(odd) {
    background-color: #ffffff;
}*/
.qri-dTableHead {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.qri-dTableBody {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}
.qri-dTableTD {
    align-self: stretch;
    padding: .4rem;
    border-bottom: 1px solid #eee;
    flex: 1;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.multi-flex-item-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
