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

.summary-table th, .summary-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.summary-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.summary-table th {
    background-color: #f2f2f2;
    text-align: left;
    color: black;
    font-weight: bold;
}