/* ... (keep the previous styles) ... */

/* Table styles */
.table {
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    table-layout: fixed;
}

.table td,
.table th {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table th {
    font-weight: bold;
    background-color: #f8f9fa;
}

.table-responsive {
    overflow-x: visible;
    font-size: 5px;
}

/* Column widths */
.col-xs {
    width: 5%;
}

.col-sm {
    width: 8%;
}

.col-md {
    width: 12%;
}

.col-lg {
    width: 15%;
}

/* Button styles */
.btn {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 3px;
}

.btn-sm {
    font-size: 10px;
    padding: 1px 4px;
}

/* ... (keep the rest of the styles) ... */