body#tinymce.wp-editor { 
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    color: #000000;
}

body#tinymce.wp-editor a {
	-webkit-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	text-decoration: underline;
	color: #009BCD;
}

	body#tinymce.wp-editor a:hover {
		color: #007EA6;
	}
	
	body#tinymce.wp-editor a:visited {
		color: #009BCD;
	}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.375em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.125em;
}

img {
	margin: 2.5% auto;
	max-width: 100%; /* Fluid images */
	height: auto;
}

blockquote {
	margin: 1% 0;
	padding: 0 0 0 2.55%;
	border-left: 1px solid #000;
	font-style: italic;
}
/*# sourceMappingURL=editor-style.css.map */