* {
  touch-action: pan-y;
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  min-width: 100%;
  margin: 0;
}
button, input, label, select, a, .feedback {
  font-size: 1.5rem;
}
iframe#splash {
  border-width: 0px;
  width: 100%;
  height: 83vh;
  height: 90dvh;
}
.row {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
.row > * {
  margin-inline: 0.5rem;
}
#loading {
  margin-block: 0px;
}
body:not(.ms-Fabric) > :not(.camera,#splash), #dataupload {
  margin: 8px;
  max-width: 90vw;
  max-width: 90dvw;
  overflow-wrap: break-word;
}
[hidden] {
  display: none !important;
}