#id-container {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
}

#id-left {
    flex-shrink: 0 !important;
}

#id-right {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

div.div-table-responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    box-sizing: border-box !important;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.div-table-responsive:active {
    cursor: grabbing;
}

div.div-table-responsive table.liste {
    width: auto !important;
    min-width: 100% !important;
    table-layout: auto !important;
}

div.div-table-responsive table.liste td,
div.div-table-responsive table.liste th {
    white-space: nowrap !important;
}
