#wptl-tarieven-container {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    color: #333;
}

#wptl-search-container {
    margin-bottom: 20px;
}

#wptl-search-input {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

table.wptl-tarieven-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    table-layout: auto;
}

table.wptl-tarieven-list th,
table.wptl-tarieven-list td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    word-wrap: break-word;
}

table.wptl-tarieven-list th:nth-child(1),
table.wptl-tarieven-list td:nth-child(1) {
    width: 42px;
}

table.wptl-tarieven-list th:nth-child(2),
table.wptl-tarieven-list td:nth-child(2) {
    width: 46px;
    text-align:center;
}

table.wptl-tarieven-list th:nth-child(3),
table.wptl-tarieven-list td:nth-child(3) {
    width: auto;
}

table.wptl-tarieven-list th:nth-child(4),
table.wptl-tarieven-list td:nth-child(4) {
    width: 20px;
    text-align: center;
}

table.wptl-tarieven-list th:nth-child(5),
table.wptl-tarieven-list td:nth-child(5) {
    width: 70px;
}

table.wptl-tarieven-list th {
    background-color: #f5f5f5;
    font-weight: bold;
}

table.wptl-tarieven-list tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.wptl-tarieven-list tbody tr:hover {
    background-color: #eef;
}
