.elementor-7757 .elementor-element.elementor-element-a3b5cbc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-84627a0 *//* Algemene tabelstijl */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
    font-size: 10px; /* Wijzigt de lettergrootte voor de hele tabel */
}

/* Algemene celstijl */
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px; /* Beperkt de maximale hoogte van de cellen */
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Specifieke celstijl voor de uitgelichte afbeelding kolom */
th:nth-child(2),
td:nth-child(2) {
    width: 10%;
    max-width: 100px;
    height: auto; /* Zorg ervoor dat de hoogte niet wordt beperkt hier */
}

/* Stijl voor alle afbeeldingen in de tabelcellen */
td img {
    max-height: 50px;
    width: auto;         
    display: block;      
}

/* Algemene celstijl */
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    
    line-height: 1; 
       
    white-space: normal; /* Toestaan dat tekst terugloopt */
    max-height: 50px;
}

td .cell-content {
    display: block;
    max-height: 50px;
    overflow: hidden;
}/* End custom CSS */