﻿h2::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: var(--tertiary);
    margin-top: 16px;
    margin-bottom: 24px;
}
tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 1px;
    padding: 4px 8px;
    border-color: var(--gray-15);
}