table#spots-table {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

table#spots-table tbody {
    margin: 2px;
    padding: 2px;
    flex-grow: 0;
    background-color: #ffffffe0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

table#spots-table tr {
    display: flex;
    flex-direction: row;
}

table#spots-table td {
    font-family: monospace;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    flex-grow: 1;
    flex-basis: 0;
    height: 24px;
}

table#spots-table td[x-mode="CW"] {
    color: blue;
}

table#spots-table td[x-mode="SSB"] {
    color: orange;
}
