/*This file is part of the css scheme first developed in the version of the site prior to this one: the asp version.
When the site was migrated, there were some small additions needed to make parity. They are included here.*/
.related-box tr:nth-child(even) {
    background-color: #fafafa;
  }
.dark-on-evens:nth-child(even) {
    background-color: #eee;
  }

.search_results .page-numbers { padding-right:5px; }

.content.standard.new.archive .blog .item .thumb img, .content.standard.new.archive .blog .item .thumb .caption, .page.articles .featured .record .media.main-image, .content.standard.victims .page.voices .related img, .content.standard.victims .page.voices .related .caption{
    display: none;
}