@media print {
    .sidebar {
      display: none !important;
    }
    .page {
        padding-left: 0;
    }
    .footnote, .headnote {
      position: absolute;
      width: 100%;
      font-size: 0.8em;
      padding: 5px;
      border-top: 1px solid #ccc;
    }
    .headnote {
      top: 0;
    }
    .footnote {
      bottom: 0;
    }
  }