.tarieven-table {
    width: 80%;
    margin: 0 auto 30px auto; /* Centers the table */
    border-collapse: collapse;
}

.tarieven-table th {
    text-align: left;
    padding: 8px;
    font-weight: bold;
}

.tarieven-table td {
    padding: 6px 8px;
}

/* Optional: Add some styling for better readability */
.tarieven-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}