.wirtschaftlichkeit-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.wirtschaftlichkeit-table th, .wirtschaftlichkeit-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.wirtschaftlichkeit-table th {
    background-color: #007bff;
    color: white;
}