
table {
    border-collapse: collapse;
    width: 100%;
}


th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    width: 10%;
    /* Set a fixed width for the cells */
}