/*
 * A country page should print as a usable requirements sheet: someone taking it
 * to a photo shop is a real use, and the datasheet is exactly the right artefact
 * for it.
 */
.pex-topbar,
.pex-footer,
.pex-skip,
.pex-tool,
.pex-prices,
.pex-btn { display: none !important; }

body { background: #fff; color: #000; font-size: 11pt; }
.pex-datasheet { border-color: #000; page-break-inside: avoid; }
.pex-spec { border-color: #999; }

/* A printed link to a government page is worth having in hand. */
.pex-source a::after { content: " (" attr(href) ")"; font-size: 9pt; word-break: break-all; }
