@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: 
		#fff;
		
	}
	


div {position: static;}
/*.title { 
	position: relative;
	padding: 8px;
	margin:auto;*/
}

/*#map { height: 1500px;
		width: 100%; 
		margin:auto; }*/

.map {
	border: 1px solid #30C;
	margin: 0, 30px;
	
}

/*#countrymap { height: 750px;
		width: 60%;
		margin:auto;  }*/
		
.info {
			padding: 6px 8px;
			font: 14px/18px Arial, Helvetica, sans-serif;
			background: white;
			background: rgba(224,224,224,1);
			box-shadow: 0 0 15px rgba(0,0,0,0.2);
			border-radius: 5px;
		}
		.info h4 {
			margin: 0 0 5px;
			color: #777;
		}

.legend {
    line-height: 20px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.9;
}

.leaflet-control-layers-group-name {
      font-weight: bold;
      margin-bottom: .2em;
      display: block;
    }

    .leaflet-control-layers-group {
      margin-bottom: .5em;
    }

    .leaflet-control-layers-group label {
      padding-left: .5em;
	}