.vontic-report {
    margin: 1em 0;
}

.vontic-report__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: .75em;
}

.vontic-report__table th,
.vontic-report__table td {
    padding: .5em .75em;
    border: 1px solid #ddd;
    text-align: left;
}

.vontic-report__table thead th {
    background: #f5f5f5;
    font-weight: 600;
}

.vontic-report__table tbody tr:nth-child(even) {
    background: #fafafa;
}

.vontic-report__count {
    font-size: .9em;
    color: #666;
}

.vontic-report__notice {
    color: #666;
    font-style: italic;
}

.vontic-report__row--open td {
    color: #999;
    font-style: italic;
}

.vontic-report__row--group-start td {
    border-top: 2px solid #aaa;
}
