@media print {
  .site-header, .site-footer, .local-tabs, .breadcrumb, .btn, .filter-box, .post-actions { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .container { width: 100%; }
  .section-hero { background: none; color: #000; padding: 0 0 20px; }
  .content-article--with-aside { display: block; }
  .info-panel { position: static; border: 1px solid #999; }
  a { text-decoration: underline; }
}
