#map {
	position: absolute; 
	top:0; 
	bottom:0; 
	right:0; 
	left:0; 
	overflow:hidden;
}

.leaflet-info {
	cursor: pointer;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.popover {
	  max-width: 250px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.popover {
	  max-width: 600px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.popover {
	  max-width: 600px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.popover {
	  max-width: 600px;
	}
}



