<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#edge-edit {
	top: 0;
	left: 640px;
	width: 300px;
	border: 1px solid #544;
	position: absolute;
	background-color: #fff;
	padding: 8px;
	font-size: 13px;
	font-family: "Open Sans";
	box-shadow: 0 0 12px #888;
}

#edge-edit .node.card {
	width: 300px;
	position: relative;
	margin: 0;
	/* padding: 0; */
	left: 0;
	font-size: 12px;	
}

#edge-edit-closer {
	float: right;
	margin-right: -18px;
	margin-top: -18px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 1em;
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: .9em;
}

#edge-edit-closer:hover { background-color:#444; color:#fff }</pre></body></html>