<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> body {
    margin: 15px;
    min-width: 730px;
    font-family: Arial, Helvetica, sans-serif;
}

 #header {
     display:none;
     font-size:1.75em;
 }

  #header-input {
      width: 700px;
      box-sizing: border-box;
      font-size:1.75em;
 }

#container {
    width: 700px;
    height: 700px;
    border: solid 1px black;
    position: relative;
    box-sizing: border-box;
}

.cpc-menu,
.cpc-solution-menu,
.kommunekart-control,
.leaflet-control,
#ferdList,
[name=menu-content],
.invisible-menu,
.cpc-sidebar,
.cpc-baselayer-selector-container,
.cpc-themed-map {
    display: none !important;
}

#printButton,
.leaflet-control-attribution,
.leaflet-control-scale,
.kommunekart-zoom-out-control,
.kommunekart-zoom-in-control,
.cpc-logo-img {
    display: block !important;
}  

#errorContainer {
    height: 51px;
    background-size: 24px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    margin-bottom: 10px;
    line-height: 41px;
    
}

.cpc-login-header {
    width: 100%; 
    height: 43px; 
    margin-bottom: -16px; 
    font-weight: bold;
}

.cpc-login-header-span {
    margin-left: -14px;
    width: 48px;
    height: 20px;
    display: block;
    width: auto;
    padding-top: 16px;
    padding-left: 48px;
}






@media print {  
    #printButton, 
    .kommunekart-zoom-out-control,
    .kommunekart-zoom-in-control,
    .leaflet-popup,
    #loginContainer,
    .cpc-control      {
        display: none !important;
    }
       

    /* debug */
    #linkButton {
        display: none  !important;
    }

    .leaflet-control-attribution,
    .leaflet-control-scale
    {
        display: block !important;
    } 

    body {
        margin: 2px;
    }

    #header {
        display: block;

    }

    #header-input {
        display: none;

    }

    #errorContainer {
        display: none;
    }

                  
}</pre></body></html>