body {
    font-family: sans-serif;
    color: darkgray;
    background-color: #555;
}

h3 {
    font-size: 2em;
}

td.clock {
    text-align: right;
}

table.clock tr td {
    font-weight: bold;
}

table.display, table.clock {
    color: Gainsboro;
    background-color: #333;
    width: 100%;
    padding: 10pt;
}

table.display td {
    font-size: 4vw;
    padding: 5px;
    vertical-align: top;
    color: black;
}

p.footer {
    text-align: right;
    font-size: 0.8em;
}

a.hidden {
    text-decoration: none !important;
}

table.display tbody tr:nth-child(even) {
    background-color: Gainsboro;
}

table.display tbody tr:nth-child(odd) {
    background-color: LightBlue;
}

th {
    text-align: left;
}

tr.title {
    font-size: 3vw;
}

tr.headings {
    font-size: 2vw;
}

.right {
    position: absolute;
    right: 0px;
}
