.insaightCallQueueEntry {
    white-space: nowrap;
}

.insaightCallQueueActive {
    background-color: lightgreen !important;
}

/* Scrollable wrapper */
/*
#insaightCallQueueWrapper {
    max-height: 600px;
    overflow-y: auto;
    width: 100%;
}
 */

/* Make ALL thead rows sticky */
/*
#insaightCallQueue thead tr th {
    position: sticky;
    background-color: #ffffff;
    z-index: 1;
}
*/