:root{
    --main: orchid;
    --subs: thistle;

    /* October-March 2025
    --main: chocolate;
    --subs: sandybrown;

    /* Init-October 2024
    --main: mediumturquoise;
    --subs: paleturquoise; */
}

.neo {
    table-layout: fixed;
    font-family: sans-serif;
    color: black;
    background-color: white;
    border-spacing: 0px;
    text-align: center;
}

.neo th {
    background-color: var(--subs);    
    font-style: bold;
    font-size: x-small;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

.neo td {
    border-bottom: 1px dotted black;
    font-family: monospace;
    height: 32px;
}

#info {
    background-color: var(--main);
    font-size: x-small;
}

.neo td:nth-child(odd) {
    background-color: gainsboro;
}

#tofrom {
    font-size:69%;
}

#terminal {
    border-bottom: 1px solid black;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
}