.leaflet-popup-content-wrapper {
	border-radius: 3px !important;
}
#map{
	z-index:1;
    position: absolute;
    top: 0px;
    left: 0px;
	bottom: 0px;
	right: 0px;
    width: 100%;
    height: 100%;
	margin:0px;
}