.sceditor-container {
	background: #F3F6F9!important;
	border: 1px solid #E4E6EF!important;
}

div.sceditor-toolbar {
	padding: 5px!important;
	background: #F3F6F9!important;
	border: none!important;
	border-bottom: 1px dashed #ddd!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: #fff;
	border: 1px solid #EBEDF3!important;
}

.sceditor-container iframe,
.sceditor-container textarea {
	background: #F3F6F9!important;
}

.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active {
	background: #EBEDF3!important;
}
		
		
		
		
		