/* For reference only - plugin loads the minified CSS file */

/* Display a Quote stylesheet */

/* Quote container */
blockquote.daquote {font-weight:normal;}

/* Quote content */
.daquote-content {padding:0 0 0.5em; font-style:italic;}
.daquote-content:after {content:''; display:block; height:0; clear:both;}

/* Quote author */
.daquote-author {padding:0.5em 0 0; font-size:0.9em; font-style:normal; text-align:right;}

/* No quotes notification */
.daquote-no-quotes {}
