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

body
{
padding: 25px 37px 15px 37px;
background-color: #fff;	
line-height:1.45em;
}





.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 */
}
	
}

