﻿.hint {
    margin-top: auto;
}

    .hint span {
        display: block;
        text-align: center;
        border-bottom: 1px solid var(--color-secondary);
        padding-bottom: 2px;
        color: var(--color-secondary);
    }

    .hint th,
    .hint td {
        vertical-align: top;
        color: var(--color-secondary);
        font-size: 12px;
    }

    .hint th {
        text-align: left;
        white-space: nowrap;
    }
