#widgetLabGrid {
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	background: darkgray;
}

#widgetLabGrid > div {
	border: 1px dashed gray;
	min-height: 50px;
	min-width: 50px;
	position: relative;
}

pc-widget-lab select {
	padding: 0.5em;
	margin-right: 1em;
}

#widgetLabGrid > div:nth-child(1),
#widgetLabGrid > div:nth-child(3),
#widgetLabGrid > div:nth-child(7),
#widgetLabGrid > div:nth-child(9) {
	border: none;
}

#widgetLabGrid > div:nth-child(2) {
	border-top: none;
}

#widgetLabGrid > div:nth-child(4) {
	border-left: none;
}

#widgetLabGrid > div:nth-child(6) {
	border-right: none;
}

#widgetLabGrid > div:nth-child(8) {
	border-bottom: none;
}

#widgetWidthLabel {
	position: absolute;
	bottom: 0;
	right: 0;
	background: tomato;
	color: white;
	font-size: 12px;
	padding: 2px;
}

#widgetLabGridAndStatus {
	margin-top: 1em;
	display: grid;
	gap: 1em;
	grid-template-columns: 1920px auto;
}

#widgetLabStatus {
	background: white;
}

#widgetLabWidgetCell {
	background: white;
}

#widgetActions {
	text-decoration: none;

	position: absolute;
	top: 0;
	right: 0;
}

#widgetLabStatus .jsonhl {
	overflow: scroll;
	max-height: 70vh;
}

@media (max-width: 2600px) {
	#widgetLabGridAndStatus {
		grid-template-columns: auto;
	}
}
