﻿.fan-tables {
    display: grid;
    grid-template-columns: repeat(auto-fill, 110px);
}

.fan-tables table {
    margin: 1em auto;
    border-collapse: collapse;
    border: 1px solid #333;
    width: 100px;
    text-align: center;
}

.fan-tables td {
    border: 1px solid #333;
    padding: 0;
    line-height: 1.3;
}

.fan-tables tr td:nth-of-type(2) {
    font-family: 'Fans', sans-serif;
    font-size: 3.5em;
}

var, li.warning, li.exception { font-weight: bold; }