﻿        html, body, #map-canvas {
            height: 100%;
            margin: 0;
            padding: 0;
        }

        #map-search {
            z-index: 20;
            position: absolute;
            top: 7px;
            left: 70px
        }

        #map-legende-section {
            background-color: #ffffff;
            box-shadow: 2px 2px 3px 1px #a0a0a0;
            font-family: Roboto, Helvetica, Arial, sans-serif;
            font-size: 12px;
            margin: 2px;
            padding: 10px;
            position: absolute;
            right: 15px;
            top: 27px;
            vertical-align: middle;
            width: 300px;
            z-index: 20;
            border-radius: 2px;
        }
        .map-legende-item {
            display: block;
            margin: 1px;
            padding: 5px;
        }
        .map-legende-item img {
            height: 21px;
            margin: 1px;
            max-height: 25px;
            padding: 3px;
            vertical-align: middle;
            width: 12px;
        }
        #maplegendeclose {
            cursor: pointer;
            position: fixed;
            right: 25px;
        }
        #map-legende-section h4 {
            font-size: 1.2em;
            margin: 0 0 10px;
        }
		#map-legende-section h5 {
            font-size: 1.1em;
            margin: 0 0 10px;
        }
		#map-legende-section h6 {
            font-size: 1.em;			
            margin: 0 0 10px;
        }
        ul {
            padding: 0 0 0 5px;
            margin: 0;
        }
       
        li span {
            font-size: 12px;
            line-height: 15px;
        }
        #map-legende-container ul li {
            padding: 6px 0 6px 20px;
            list-style-type: none;
            background-position: 0 50%;
            background-repeat: no-repeat;
            background-size: 12px 21px;
        }



        #map_legende_open {
            background-color: #ffffff;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            line-height: 12px;
            margin: 2px;
            padding: 2px;
            position: absolute;
            right: 17px;
            top: 29px;
            z-index: 11;
            border-radius: 2px;
            box-shadow: 2px 2px 3px 1px #a0a0a0;
            cursor: pointer;
        }
        #InfoWindow_content h4 {
            margin-top: 5px;
        }