.sceditor-container {
    background: #1c262f!important;
    border: 1px solid #323f4e!important;
}
div.sceditor-toolbar {
    padding: 5px!important;
    background: rgba(0,0,0,.2)!important;
    border-bottom: 1px solid #323f4e!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: #252F39;
    border: 1px solid #2c3742!important;
}
.sceditor-container iframe, .sceditor-container textarea {
    background: #1c262f!important;
}
.sceditor-button:hover, .sceditor-button:active, .sceditor-button.active {
    background: none!important;
    border: 1px solid #ff6a00!important;
}
.sceditor-container iframe, .sceditor-container textarea {
	color: #e1edff!important;
}
		
		
		