﻿/* chrome and internet explorer */
@media print {
  .k-scheduler,
  .k-scheduler-content,
  .k-scheduler-times {
    height: auto !important;
  }
  .k-scheduler-content {
    overflow-y: scroll !important;
  }
}


/* firefox */
@media print {
  /* the same rules as above... */
  .k-ff .k-scheduler-content {
    margin-right: 17px !important;
  }
}
