Add crude quote styling
TODO:
- we don't appear to have support for turning off specific border
segments, so while we wanted to _only_ have a left border we
are stuck with a full border.
- the quote is adding top padding (from the <p>) that we can't
eliminate. we're apparently not able to add a negative padding
in order to work around this.
- the citation is coupled to the quote and so it doesn't seem
possible to apply different styling to it than from the rest.