/* =========================================================
 * i2t3 — styles for TYPO3 core / fluid_styled_content output
 * classes. Everything we need to style core CE markup
 * (ce-headline-*, ce-bodytext, frame-*, ...) lives here,
 * separate from our own theme styles in i2t3.css.
 * ========================================================= */

/* Header alignment — FSC outputs ce-headline-{position} from the
 * content element's "header_position" field, but ships no styling. */
.ce-headline-left   { text-align: left; }
.ce-headline-center { text-align: center; }
.ce-headline-right  { text-align: right; }
