/* ony needed for Tiny MCE UX */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
.mceContentBody{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 18px;
	line-height: 22px;
	color: #444;
	padding-top: 15px;
}

/*.mceContentBody h1 {*/
/*    font-weight: 700;*/
/*    color: #3BAB3E;*/
/*}*/

/*.mceContentBody h2,*/
/*.mceContentBody h3,*/
/*.mceContentBody h4,*/
/*.mceContentBody h5,*/
/*.mceContentBody h6 {*/
/*    font-weight: 700;*/
/*    color: #44687d;*/
/*}*/
