.bussgeld-tabelle {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.bussgeld-tabelle thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.bussgeld-tabelle th,
.bussgeld-tabelle td {
    padding: 12px 15px;
}

.bussgeld-tabelle tbody tr {
    border-bottom: 1px solid #dddddd;
}

.bussgeld-tabelle tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.bussgeld-tabelle tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}