/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
	/* Font */
/*	font-family: Arial, Verdana, sans-serif;*/
 	padding: 35px 625px 25px 50px;
	/* Text color */
	/*color: #222;*/
	/* Remove the background color to make it transparent */
background-color: #fff;	
  }




.curly-quotes:before {
  font-family: FontAwesome;
  content: '\f10d'; /*quote left icon*/
margin-right: 4px;
  margin-left: -8px;
	margin-top:-25px;

}
.curly-quotes:after {
  font-family: FontAwesome;
  content: '\f10e'; /*quote left icon*/
	margin-left: 4px;
  margin-right: -8px;
  float: right;

}
 

@media screen and (max-width: 650px) {

body
{
	/* Font */
	padding: 10px 10px 10px 10px;
  background-color: #fff;	
}

img {
    max-width:100%;
    height:auto !important;
	width: auto\9 !important; /* ie8 */
}
	
}