/* CSS for current project */

.meeting-table table td,
.meeting-table table th {
    border: none;
    font-size: 0.75em;
}

.meeting-table table tr:nth-child(3n - 1),
.meeting-table table tr:last-child {
    border-bottom: 1px solid;
}