/*! This file is auto-generated */

.wp-editor-tabs {
	float: right;
	z-index: 9999;
	position: relative;
}
.tmce-active .quicktags-toolbar {
    display: none;
}
.wp-switch-editor {
	float: left;
	box-sizing: content-box;
	position: relative;
	top: 1px;
	background: #f0f0f1;
	color: #646970;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.46153846;
	height: 20px;
	margin: 5px 0 0 5px;
	padding: 3px 8px 4px;
	border: 1px solid #dcdcde
}

.wp-switch-editor:focus {
	box-shadow: 0 0 0 2px #2271b1;
	outline: 2px solid transparent;
	color: #1d2327
}

.html-active .switch-html:focus,
.tmce-active .switch-tmce:focus,
.wp-switch-editor:active {
	box-shadow: none
}

.wp-switch-editor:active {
	background-color: #f6f7f7;
	box-shadow: none
}
