<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

}

.helpTab {
	/*float: right !important;*/
}

.previewBlock {
	border: 2px solid transparent;
	/* display: inline-block; */
}

/*.previewBlock:hover {*/
/*	border: 2px solid white;*/
/*	background-color: white;*/
/*	cursor: pointer;*/
/*	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .35);*/
/*}*/

.labelHeader {
	font-weight: bold;
	margin-right: .2em;
}

.labelDescriptiveText {
	color: #707070;
	font-size: smaller;
}

.insertPane {
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;

	display: none;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, .3);
	padding: 10px;
	background-color: white;
	z-index: 2000; /* index of overlay is 1000, so make sure we are more than that */
}

.livePreview {
	padding: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
	height: 29em;
	color: black;
	background-color: #F4F4F4;
	border: 0px solid gray;
	overflow: auto;
}
</pre></body></html>