.sceditor-container iframe, .sceditor-container textarea
{
	background:none !important;
}
.sceditor-container
{
background: var(--container) !important;
  border: 1px solid var(--border-color) !important;
}
div.sceditor-toolbar
{
	background: var(--border-color) !important;
	border:none !important;
	border-bottom: none !important;
}

.sceditor-group
{
background: var(--border-color) !important;
}
.sceditor-button
{
	border:1px solid transparent !important;
}
div.sceditor-group{ 	border-bottom: none !important;}
.sceditor-button:hover, .sceditor-button:active, .sceditor-button.active
{
	background:var(--accent-color) !important;
}
		
		
		