main {
    font-family: '#RobotoMono', 'monospace';
    font-size: 90%;
}

.visits-table {
    overflow-y: scroll;
}
.visits-table > table {
    border-spacing: 2em 0.25em;
    width: 100%;
}
.visits-table td.nowrap {
    white-space: nowrap;
}

.table-heading {
    margin-top: 1em;
}

.info-small {
    font-size: 50%;
}

.section-center {
    width: 100%;
}
.section-left {
    width: 49.5%;
    float: left;
}
.section-right {
    width: 49.5%;
    float: left;
}
@media (max-width: 640px) {
    .section-left {
        width: 100%;
        float: unset;
    }
    .section-right {
        width: 100%;
        float: unset;
    }
}
