html, body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
}

.header {
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 1.5em;
}

.header a {
  text-decoration: none;
}

#uiImage {
  height: 10vw;
}

#uiCanvas {
  height: 100%;
  box-sizing: border-box;
}

.footer {
  position: fixed;
  width: 100vw;
  bottom: 0;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.control {
  width: 23vw;
  display: block;
  background-color: gainsboro;
  padding: 10px;
  border-radius: 10px;
  font-size: smaller;
}

.control a {
  text-decoration: none;
}

.control input {
  width: 100%;
  font-family: monospace;
  font-size: smaller;
}

#uiFit, #uiRefresh {
  width: 100%;
  height: 100%;
}

.vis-tooltip {
  position: absolute;
  background-color: lightgray;
  opacity: 0.75;
}

.vis-tooltip table {
  border-spacing: 5px;
  border-collapse: separate;
}

.vis-tooltip th {
  text-align: left;
}
