table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    overflow-x: auto;
    display: block;
    max-width: 100vw;
    box-sizing: border-box;
}

/* Styling for table header and cells */
th,
td {
    border: 0.5px solid #f9f9f9c8;
    padding: 8px;
    text-align: left;
    font-size: 12px;
    word-wrap: break-word;
    max-width: 100%;
}

th {
    background-color: transparent;
    color: #f9f9f9;
    font-size: 12px;
}
