.rating-wrap {
    max-width: 680px;
}

.rating-periode {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.rating-laden {
    font-style: italic;
    color: #999;
}

.rating-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.rating-table th,
.rating-table td {
    padding: 6px 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.rating-table thead tr {
    background-color: var(--svpromotie-brand-green);
    font-weight: bold;
}

.rating-table thead th {
    text-align: left;
}

.rating-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.rating-table tbody tr:hover {
    background-color: #eef4fb;
}

.col-nr     { width: 36px; text-align: center; }
.col-rating { width: 80px; text-align: center; }
.col-fide   { width: 80px; text-align: center; }

.rating-bron {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #888;
}

.rating-fout {
    color: #c00;
    font-style: italic;
}
