// TinyMCE Data Type styles

.tpl-dt-tinymce {

	.tpl-textarea-wrapper {
		width: 100%;
	}

	.mce-wp-dfw {
		display: none;
	}

	.mce-tinymce {
		width: 100%;
	}

	#tpl_theme_options_wrap & i.mce-i-wp_help:before {
		content: "\f223";
		font: normal 20px/1 dashicons;
		position: relative;
		top: -2px;
		left: -2px;
	}

	#tpl_theme_options_wrap & i.mce-i-wp_adv:before {
		content: "\f212";
		font: normal 20px/1 dashicons;
		position: relative;
		top: -2px;
		left: -2px;
	}

	.mce-container iframe {
		min-height: 150px;
	}

}

.postbox-container .tpl-dt-tinymce {
	border: 1px solid #ddd;
	max-width: 800px;
}
