th {
    font-variant: small-caps;
}

table, t {
    font-size: 12px; padding: 1rem;
    font-family: futura;
} 
table td {
    padding: 4px; 
    margin: 3px; 
    border: 1px solid #CCC; 
    background-color: #FFF;
}
table th {
    background-color: #8B4513; /* #104E8B before */
    color: #FFF; 
    font-weight: bold;
}
a {
    color: #8B4513;
    display: inline-block;
    position: relative;
}
a::after {
    content: '';
    background-image: url('../el-bcf-brown-def.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #092049;
    }
    table td {
        color: tan;
        background-color: #092049;
        border: 1px solid #8B4513;
    }
    table th {
        color: tan;
    }
    button {
        background-color: black;
        color: tan;
        border-color: tan;
    }
    t {
        color: tan;
    }
}