#wrapper {
    max-width: inherit;
}

.intro {
    max-width: 600px;
    display: block;
}

#app[v-cloak] > * {
    display: none;
}

#app[v-cloak]:before {
    content: "Loading...";
    font-size: 20px;
}

.text-link {
    cursor: pointer;
}

.cells {
    display: flex;
    align-items: center;
    padding: 0;
}

.cells-menu > * {
    margin-right: 1rem;
}

.cells-spaced {
    justify-content: space-between;
}

.buffer-bottom {
    margin-bottom: 3rem;
}

.csv {
    width: 100%;
    font-family: monospace;
}