/* Import theme styles. */
@import url( '../style.css' );

/* Styles specific to the editor. */

body.rtl {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

body#tinymce {
	background: #fff;
	border: none;
	margin: 16px 3%;
	max-width: 700px;
}

.wp-caption-text,
body .wp-caption-dd {
	font-size: 0.85em;
	margin: 6px 0 1em 0;
	text-align: center;
}