I didn't realize there was a larger font version. Buy some glasses

Font sizes are specified in points in many different CSS elements(?), which is why some of them are still a little screwy.
The quote block is implemented as two sibling divs (the header and body) inside a single containing div. Currently their widths are hard-coded in pixels. The closest I've come is setting the containing div to 85% and the two child divs as 100%, but most of the time that makes the body 1px toowide, though only where the text is (see attached screengrab).