#central-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    max-width: 800px;
    width: 100%;
}

#central-content-title {
    margin-bottom: 4rem;
}

.cell-height {
    min-height: 48px;
}

.line-break {
    white-space: pre-line;
}

.server-alert {
    position: fixed;
    z-index: 2000;
    top: 16px;
    right: 16px;
    min-width: 18px;
}
