/* WIDGET CSS - UPDATED */

body {
    background-color: #ededed;
    color: #333333;
    font-family: 'Carlito', 'Roboto', Arial, sans-serif;
}

table.tableoverzicht {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9em;
}

/* CELLS */
table.tableoverzicht td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #d0d0d0;
}

/* ROW COLORS */
table.tableoverzicht tbody tr:nth-child(even) {
    background-color: #e6e6e6;
}

table.tableoverzicht tbody tr:nth-child(odd) {
    background-color: #d6d6d6;
}

/* COLUMNS (compact for widget) */
.col-flyer { width: 80px; }

.col-datum {
    width: 70px;
    white-space: nowrap;
    font-size: 0.85em;
}

.col-evenement {
    width: auto;
}

.col-evenement a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.col-evenement a:hover {
    color: #3377dd;
}

.col-tekst {
    display: none;
}

.col-acties {
    display: none;
}

.col-flyer img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

/* LINKS */
a {
    color: #000;
}

a:hover {
    color: #3377dd;
}
