
.hideForPrinting{
    display: none !important;
}

.overflowVisibleForPrinting{
    overflow: visible !important;
    max-width: 10000px !important;
}

.minMaxOneThirty_print{
    min-width: 130px !important;
    max-width: 130px !important;
}

th.print_smallPadding, td.print_smallPadding{
    padding-left: 8px;
    padding-right: 8px;
}

td p{
    font-weight: 500;
    font-family: 'roboto';
}

.page-break_print { 
    display: block; 
    page-break-before: auto; 
}

/*-------------- emergency exports ----------------- */

.emergency-page {
    page-break-after: always;
}

.emergency-page.boxShadowBottom{
    box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}