/* sass */
blockquote {
  box-sizing: border-box;
  float: none;
  background: url("../images/quote-left.gif") left top no-repeat;
  margin-bottom: 2em;
  padding: 2px 10px 2px 34px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  color: #7A7A7A; }
  blockquote:after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/quote-right.gif") right bottom no-repeat; }

#content blockquote p:last-of-type {
  margin-bottom: 0; }
