.attendees-header,
.attendee-row {
    display: grid;
    grid-template-columns: 15% 20% 29% 12% 7% 19%;
    grid-gap: 1px;
    margin-top: 1px;
    margin-bottom:1px;
    font-size: 14px;
    width: 100% !important;
}

.attendees-header {
    font-weight:bold;
}

.attendees-header div,
.attendee-row div {
    padding: 3px;
}

.attendee-row div {
    background-color: #FFFFFF;
}

.attendees {
    background-color: #eeeeee;
}