﻿table {
    border-color: var(--gray-border-color);
    margin-bottom: 1.75rem
}

table thead {
    background: var(--gray-background-color);
    color: var(--dark-gray-color);
}

table thead tr td {
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: uppercase;
}

table tbody tr td {
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 400;
}