/*
 * 99-print.css — print styles.
 *
 * Loaded with media="print". Travellers print vouchers and itineraries, so the
 * booking summary and article body must survive; interactive chrome must not.
 */

nav,
.eng-tabbar,
.eng-bookingstrip,
.eng-btn,
form{ display:none !important; }

body{ background:#fff; color:#000; font-size:11pt; }

/* The blueprint marks are screen furniture; a plain rule reads better in print. */
.eng-blueprint::before,
.eng-blueprint::after,
.eng-blueprint-x::before,
.eng-blueprint-x::after{ display:none; }
.eng-blueprint{ border:1px solid #000; }

.eng-rail{ position:static; }
.eng-article{ max-width:none; }

/* Expand every FAQ row so printed pages are not full of collapsed questions. */
details{ display:block; }
details > *{ display:block !important; }

a[href^="http"]::after{ content:" (" attr(href) ")"; font-size:9pt; }
