/* CSS for www.ulmer.org Quotation Style */

div.quotation {
  display: block;
//  margin-left: 20%;
//  margin-right: 20%;
  padding: 1em;
}

span.quotation {
  display: block;
  font-style: italic;
  text-align: left;
}

span.quotation:before {
  content: open-quote;
}

span.quotation:after {
  content: close-quote;
}

span.citation {
  display: block;
  white-space: nowrap;
  text-align: right;
}

span.citation:before {
  content: "-- "
}
