body {
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 50px;
}

.vxa {
    font-family: 'IBM Plex Mono', monospace;
}

a {
    font-weight: bold;
}

td {
    padding: 2pt 6pt;
    vertical-align: top;
}

.schedule {
    white-space: nowrap;
}

#banner {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #444;
    color: white;
    font-size: 20px;
}

.submit-button {
    padding: 15px;
    border: 1px solid #444;
    width: 190px;
    border-radius: 4px;
}

.submit-button:hover {
    background-color: #eee;
    /*cursor: pointer;*/
}