@media print {
    body * {
      height:1px;
    }

    .sgl-plugin-page .schedulecss .sgl-row .sgl-col-9{
        height:revert;
    }

    .sgl-plugin-page .schedulecss .section-to-print, .section-to-print * {
        height:revert;
    }

    .sgl-plugin-page .sgl-row .resultscss .sgl-col-9{
        height:revert;
    }
  
    .sgl-plugin-page .resultscss .section-to-print, .section-to-print .resultscss * {
        height:revert;
    }

    .sgl-plugin-page .entry-details-css .sgl-row .sgl-col-9{
        height:revert;
    }
  
    .sgl-plugin-page .entry-details-css .section-to-print, .section-to-print * {
        height:revert;
    }
}