

/* Room dimensions  */
.dim {
  padding: 0px 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: var(--app-red);
  font-family: cursive;
  font-style: italic;
  user-select: none;
}

.micpath {
  fill-opacity: 0;
  stroke-width: 0;
}

.canvas {
  position: absolute;
}

#legendwidget {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

#legendleft, #legendright {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0px 10px;
}

#legendbar {
  flex-grow: 1;
  overflow: hidden;
  border: 1px solid var(--app-medium-gray);
  border-radius: 3px
}

.mouse {
  display: none;
}
