/* For the widget */
#sidebar ul.perfect-quotes,
.widget-area ul.perfect-quotes,
ul.perfect-quotes {
  list-style: none;
}
#sidebar ul.perfect-quotes li,
ul.perfect-quotes li {
  margin-bottom: 16px;
  background: url('../images/quotes.png') no-repeat top left;
  padding: 0 0 0 20px;
}
#sidebar ul.perfect-quotes span,
ul.perfect-quotes span {
  display: block;
  width: 100%;
  font-style: italic;
  text-align: right;
  font-size: 80%;
}

/* For the shortcode */
div.perfect-quotes {
  font-style: italic;
  padding: 0 20px 0 20px;
  margin: 20px 0px 20px 20px;
  background: url('../images/quotes.png') no-repeat top left;
}
div.perfect-quotes > span {
  padding-left: 20px;
  font-size: 80%;
}
