Text block flex-fills remaining width and right-aligns its text, so it sits at
the document's right edge with or without a company logo. Drop the fixed 500px
width; keep -webkit-box fallbacks for wkhtmltopdf.
- Letter Head fixture renders company details (logo, name, tax id, address,
phone, email) from the printed document's company via a jinja helper
instead of hardcoded values; falls back to the default company for
doctypes without a company field.
- Register fixtures in hooks (Letter Head, Address Template); they were
never imported before.
- Preserve the fixture's `source = HTML` on import: LetterHead.before_insert
forces "Image" and fixture import is delete + insert.
- Thailand Address Template: two-line address, phone/fax/email lines kept.