body {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Georgia, 'Century Schoolbook L', serif
}

#toolbar, header.main, section.page-image-wrapper, #page-aside, footer.main, #content-header {
  display: none;
}

a {
  color: #000 !important;
  text-decoration: underline;
}

a:link {
  color: #999999  !important;
}

a.see-footnote,
a.footnote-label {
  text-decoration: none;
}

p > img {
  page-break-inside: avoid;
}

.masonry-container {
  width: 100% !important;
  height: auto;
}

  .masonry-container article {
    width: 100% !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    border: none !important;
  }

  .views-fluidgrid-item a:after {
    content: '';
  }