.preview-container {
    display: flex;
    flex-direction: row;
}

.button-row {
    padding-top: 10px;
}

.hidden {
    display: none !important;
}

#stream-preview-video, canvas  {
    width: 100%;
}

#status-hint {
    margin-top: 1rem;
}

.card.hint-field {
    background: #ffff0030;
    height: 100%;
}
