#mapswap-pro-map {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.tribe-common .leaflet-popup-content-wrapper,
.tribe-common .leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.tribe-common .leaflet-popup-content-wrapper {
	padding: 1px;
}
.tribe-common .leaflet-popup-content {
	margin: 13px 24px 13px 20px;
}
.tribe-common .leaflet-popup-tip-container {
	margin-top: -1px;
	margin-left: -20px;
}
.tribe-common .leaflet-popup-tip {
	padding: 1px;
	margin: -10px auto 0;
}
.mapswap-pro-no-venue-popup {
	font-size: 2em;
}
.mapswap-pro-no-venue-popup .leaflet-popup-content {
	text-align: center;
}
.mapswap-pro-no-venue-popup .leaflet-popup-tip-container {
	display: none;
}
