/* Make app full screen. */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#root {
    height: 100% !important;
}

@media screen and (max-width: 959px) {
    body>div.intercom-lightweight-app>div {
        bottom: 95px !important;
    }

    .intercom-lightweight-app {
        z-index: 1000 !important;
    }

    .intercom-namespace div,
    .intercom-namespace frame {
        display: block;
        margin-bottom: 75px !important;
    }
}
@media print {
    .pageBreakHeader {
        margin-left: 16px;
        margin-right: 16px;
    }

    .pageBreakHeader th.tableColumnName {
        line-height: 18px;
        padding-top: 18px;
    }
}

