@media print {

  /* Hide things we don’t want in the PDF */
  .navbar,
  .sidebar,
  .btn,
  .no-print,
  footer {
    display: none !important;
  }

}
