.chip {
    background: #eef0f3 !important;
}

.table thead {
    background-color: #eef0f3;
}

#_cartelActualizarTabla table tbody {
    display: block;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}


#_cartelActualizarTabla table tbody tr, #_cartelActualizarTabla table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}