/* GENERAL STYLES */
p {
 clear: both;
 margin: 0;
 padding: 0;
}

/* EDITOR PROPERTIES */
.quote {
background-image: url(/data/assets/images/box_quote.png);
background-repeat: no-repeat;
background-position: left top;
clear: right;
color: #8f3785;
display: inline;
font-family: Times, Times New Roman, Serif;
font-size: 1.2em;
font-style: italic;
padding-left: 22px;

}

.image {
float: left;
margin: 0 8px 6px 0;
}

