.tableRow, .headerRow {
    font-size: 1rem;
    line-height: 1.25;
    text-wrap: balance;
    user-select: none;
    background-color: rgb(240, 240, 240);
    margin-bottom: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.tableRow:hover {
    background-color: rgb(220, 220, 220);
}

.tableBold {
    font-weight: 500;
}

.tablePermalink {
    text-align: right;
}

.align-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.headerRow{
    background-color: white;
}