@media print {
  header, .sitemapContainer,
  button,
  .expando, .contracto,
  .slideNav, form,
  .addr-search,
  .go-prev, .go-next, .link-pg2, .roll-links,
  .navWrap, .basemap, .leaflet-control-container  { /* [role=nav]  */
    display: none !important;
  } 
/* .chk-lbl */
  body {
    background: none !important;
  }
  .footerContainer {
    color: black;
    border-top: 1px solid;
  }

  .footerContainer::after {
    content: 'NarberthHistory.org' attr(data-url);
    font-size: smaller;
    float:right;
  }
  h1.head_Adark {
    margin-top: 0;
  }
  .roll-page {
    position: relative !important;
  }
  a {
    text-decoration: none !important;
  }
  .views a::after {
    content: attr(href) !important;
    display: inline-block; 
    margin-left: 1ch;
    text-decoration: none;
    font-size: smaller;
    font-family: arial, helvetica, sans-serif;
  }
/* 
  footer
  photo key
  url 
  */
}