html, body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#blazor-error-ui {
    background: #b00020;
    color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.matrix-cell {
    text-align: center;
    cursor: pointer;
    user-select: none;
}
