﻿h2 {
    position: relative;
    padding-bottom: 12px;
}

h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 2px;
    background-color: var(--tertiary);
}
tbody, td, tfoot, th, thead, tr {
    border-style: solid;
    border-width: 1px;
    padding: 4px 8px;
    border-color: var(--gray-15);
}