@page { size:landscape;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm
}

body,html {
height:21cm;
overflow:visible;
font-family:Arial;
zoom: 78%;
	}

#map-canvas {
	margin-top:20px;

       
	}
	
	
nav, #sidebar, #dep{
	display:none;
	}

input[type='checkbox'], label  {
	display:none;
	}
	
	
	
input[type='checkbox']:checked + label {
	display:inline
	}

input[type='checkbox']:checked + label:after {
	content:" -";	
	}

#checkboxes h4 {
	margin-bottom:5px;
	font-size:25px;
	text-transform:uppercase;
	}
			
#checkboxes a, #checkboxes br  {
	display:none;
	}
	
