
table {
    border-collapse: collapse;
    max-width: 98% !important;
    margin: 0 auto !important;
        border: none; /* Remove the border from the table */

}



th, td {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #ddd; /* Lighter border for columns */
    border-right: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}



th {
    background-color: #f0f0f0;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

