<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editorText {
	margin-top: 4px;
	background: #fff;
	border: 1px solid #ccc;
	width: 475px;
	height: 400px;
}

.editorWysiwyg .editorPresentation {
	margin-bottom: 10px;
}
.editorPresentation td{
	vertical-align:top;
}
.editorWysiwyg .editorItem {
	margin-bottom: 4px;
}

.editor {
	position: relative;
}

.editor .items {
	margin-top: 5px;
}

.editorHtml {
	margin-bottom: 10px;
}

#editorPaletteExample {
	margin: auto;
	border: 1px solid black;
	width: 150px;
	height: 30px;
	margin-top: 10px;
}
table.colors {
	margin: auto;
}
table.colors div {
	width : 10px;
	height : 10px;
	border: 1px solid white;
	font-size: 1px;
}</pre></body></html>