#ucms-inline-editor {
	display: none;	/* initial display value is "none", so that the editor is not visible */
	padding: 1rem;
	background: rgba(0, 0, 64, 0.85);
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.65);
	color: #ffffff;
}

#ucms-inline-editor h1,
#ucms-inline-editor h2,
#ucms-inline-editor h3,
#ucms-inline-editor h4,
#ucms-inline-editor h5,
#ucms-inline-editor h6,
#ucms-inline-editor h7 {
	color: #ffffff;
}

#ucms-inline-editor button {
	margin-right: 8px;
}

#ucms-inline-editor-toolbar {
/*	height: 48px;*/
}

#ucms-inline-editor-toolbar div.toolbar-button {
	border: 1px solid rbga(255, 255, 255, 0.25);
}

#ucms-inline-editor-textarea {
	height: 77%;
	
	margin: 8px 0 8px 0;
	color: #000000;
}

#ucms-pi-dialog {
	position: absolute;
	display: inline-block;
	padding: 1rem;
	background: rgba(0, 0, 64, 0.85);
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.65);
	z-index: 10000;
}
