.print-only {
    display: none;
}

@media print {
    .dataTables_paginate,
    .dataTables_length,
    .dataTables_filter,
    .dont-print,
    .leaflet-control-container {
        display: none !important;
    }
    #wrapper {
        margin: 0px;
        border: none;
    }
    #accordion {
        width: 100%;
    }
    .page-break {
        page-break-inside: avoid;
        page-break-after: auto !important;
    }
    .devInfoPanel {
        clear: both;
    }
    .devInfoPanel .text-center {
        text-align: inherit;
    }
    .devInfoPanel h1 {
        font-size: inherit;
        margin-top: 0px;
        float: left;
        line-height: inherit;
        font-weight: initial;
    }
    .devInfoPanel .small {
        float: left;
        font-size: inherit;
    }
    .only-print {
        display: initial !important;
    }
    #mainReportDiv div.panel-heading {
        display: none;
    }
    #mainReportDiv div.panel-default {
        border: none;
    }
    .table-print-colour tbody tr td.text-danger {
        color: red!important;
    }
    .panel-default {
        border: none;
    }
    h4.panel-title {
        font-weight: 400;
        font-size: 20px;
    }
    textarea {
        overflow: hidden;
        height: auto;
        page-break-inside: avoid !important;
        border: none!important;
    }
    .print-only {
        display: initial !important;
    }
}