footer {
    background: #333;
    height: 48px;
}

main {
    margin-bottom: 48px;
}

#clock {
    font-family: "Roboto Condensed", sans-serif;
    min-width: 96px;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    color: #EFEFEF;
    margin: 4px;
    padding: 6px;
    border-radius: 12px;
    font-size: 8pt;
    font-weight: bold;
}

.table {
    background: #FFF;
}

.card-sm > div {
    padding: 4px;
}

.modal-lg {
    max-width: 80vw !important;
}

.sys {
    font-family: Monospace;
    font-size: 9pt;
}