/* Default styles for observable-press */
html,body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    min-height: 100%;
}

.loading {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.error {
    background: red;
}

.pending {
    background: rgba(0,0,0,0.2);
}

.override-height {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}