.interior {
	stroke-width: var(--sw);
}
.selected path {
	stroke-dasharray: 2 1 1 1;
	stroke-width: max(var(--sw), 6);
}
.outline {
	stroke-width: calc(1.5 * var(--sw));
	stroke: black;
	fill: none;
}
#container {
	position: relative;
}
#container > svg {
	position: absolute;
	left: 16px;
	top: 91px;
}
#vbTop {
	display: inline-block;
	position: absolute;
	left: 16px;
	height: 16px;
	width: calc(var(--width) * 4px);
	background: blue;

}
#vbLeft {
	display: inline-block;
	position: absolute;
	top: 91px;
	width: 16px;
	height: 400px;
	background: blue;

}
#vbBottom {
	display: inline-block;
	position: absolute;
	left: 16px;
	height: 16px;
	width: calc(var(--width) * 4px);
	background: blue;

}
#vbRight {
	display: inline-block;
	position: absolute;
	top: 91px;
	width: 16px;
	height: 400px;
	background: blue;

}