.cvsp-subtext {
    margin-top: -0.5em;
    color: var(--color-fg-dull);
    text-align: center;
    transform: scale(0.8);
}

.cvsp-subtext p {
    margin-top: 0;
}

.cvsp-inline {
    width: 60%;
    display:inline-block;
}

.cvsp-inline p {
    margin-top: 0 !important;
}

#single-pixel-load, #single-pixel-render {
    width: 29%;
    display:inline-block;
    vertical-align:top;
}

#sync-ideal, #parallel-ideal, #coroutine-ideal {
    width: 100%;
}

.cvsp-double {
    width: 48%;
    display:inline-block;
}

.cvsp-triple {
    width: 32%;
    display:inline-block;
}

.cvsp-flex-center {
    display: flex;
    justify-content: space-between;
}
