@media print {
  *, a { color: #000; text-decoration: none; }
  img { filter: grayscale(100%); }

  .logged-in-bar,
  .i-header-navigation,
  .mls-header-phone-number,
  .mls-header-login,
  .mls-header-bar-sub,
  .mls-main .title-wrap h1 + .btn,
  .mobile-scroller,
  .i-modal { display: none !important; }

  .compare-favorites-table th:last-child,
  .compare-favorites-table td:last-child { display: none !important; }

  .mls-main .title-wrap h1 { font-size: 20pt; }
}