@media print {

   * {
      background: none !important;
      color: #000 !important;
   }

   #header,
   #nav,
   .top-schedule-menu,
   .event-data-section.ads,
   .note-section .note-title .fa-angle-right,
   .schedule-section .schedule-table .btn-view,
   .schedule-section .schedule-table .btn-wrap,
   .schedule-section .schedule-table thead th:last-child,
   .schedule-section .schedule-table thead td:last-child,
   .schedule-section .schedule-table tbody td.mobile-detail-opener {
      display: none !important;
   }

   #main,
   #wrapper {
      padding: 0 !important;
   }
}

/* @page {
   margin-top: 0;
   margin-bottom: 0;
} */