@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }

  .mm-site-header,
  .mm-site-footer,
  .tabs,
  .skip-link {
    display: none !important;
  }

  .mm-site-main {
    width: 100%;
    max-width: none;
    padding: 0;
  }

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

