.data-table {
    width: 100%;
}
.data-table td {
    border: 1px solid #ddd;
    padding: 8px;
    min-width: 50px;
}
.data-cell {
    min-height: 30px;
    cursor: text;
}
.table-container {
    max-height: 300px !important;
    overflow: auto;
}
.collapse-content{
    max-height: 400px !important;
    overflow: auto;
}