﻿

@media print {
    body * {
        visibility: hidden;
    }

    #content-wrapper {
        display: none;
    }

    #footer-wrapper {
        display: none;
    }

    .leaflet-container {
        background: white;
    }

    .section-to-print, .section-to-print * {
        visibility: visible;
    }


    /*.section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }*/

    /*html, body {
        height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }*/
}
