.sceditor-container {
	background: #181824!important;
	border: 1px solid #000!important;
}

div.sceditor-toolbar {
	padding: 5px!important;
	background: #1f1e2e!important;
	border: none!important;
	border-bottom: none!important;
}

div.sceditor-group {
	background: none!important;
	margin: 0!important;
	border-bottom: none!important;
}

.sceditor-button {
	padding: 5px!important;
	width: auto!important;
	height: auto!important;
	margin: 2px 2px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2)!important;
}

.sceditor-container iframe,
.sceditor-container textarea {
	background: #181824!important;
}

.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active {
	background: #5f6281!important;
}
		
		
		
		
		
		
		
		
		