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

 .popup{
		  font-size:12px !important;
		  text-align:left;
		  color:#222;
}

.popup a{
		  color:#444 !important;
		  text-decoration: none;
		  font-weight:400 !important
}

.popup h2{
		  font-size:15px;
		  color:#b39148;
		  font-weight:400;
		  border-bottom:1px solid #ddd;
		  text-transform:uppercase;
		  margin:0 0 10px 0;
		  padding:0px 70px 5px 0;
		  background:none;
}

#map-canvas{
		  width: 100%;
		  height:400px;
		  position:relative;
		  z-index:10;
}

#mappa{
		  width: 800px;
		  height:400px;
		  position:relative;
		  z-index:10;
		  margin:0 auto;
		  padding:0
}