/*   stylesheet for HistoricPomeroy.com   printing */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.siteName {
  font-size: 1rem;
}


.fullMenu {
  display: none;

}  
#photo {
  display: none;
}  

.origArticle {
  display: none;
}

  body {
    display: block;
    margin: 0;
    color: #000;
    /* border: solid black 2px; */
    padding: 0;
    width: 95%;
    max-width: 95%;

  }
/* get rid of the underline between heads */
  .newsPageContent h2.hed::after,
  .newsPageContent h3.hed::after,
  .newsPageContent h4.hed::after {
    display: none;
  }
      
  .SocialTable {
    display: none;
  }

  .weatherAndTraffic {
    display: none;
  }

  .stat {
    display: none;
  }

.acknowledgements {
  display: block;
}

