﻿.report-table {
    border-collapse: collapse;
    margin-bottom: 0.5rem;
}

.report-table tr{
    border-bottom: 1px solid lightgray;
}

.report-table .header-row {
    border-bottom: 1px solid black;
}

.report-table th,
.report-table td {
    text-align: left;
    line-height: 2;
}
