
.interior {
	stroke-width: 0.25;
	stroke: gray;
}
.selected path {
	stroke-width: 2;
	stroke: red;
}
.outline {
	stroke-width: 1;
	stroke: black;
	fill: none;
}
#container {
	position: relative;
}
#container > svg {
	position: absolute;
	left: 16px;
	top: 66px;
  height: min(60rem,100vh,70vw);
}
#vbTop {
	display: inline-block;
	position: absolute;
	left: 16px;
	height: 16px;
	width: calc({{width * 4}}px);
	background: blue;

}

text {
	fill: white;
	font-size: var(--fs);
	pointer-events: none;
	cursor: pointer;
}