@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .sidebar,
  .sidebar-footer,
  .sidebar-nav,
  .main-panel > :not(.print-target) {
    display: none !important;
  }

  .print-target {
    display: block !important;
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}
