#venue_wrapper
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	z-index: 0;
}
#venue_map
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.leaflet-popup-content > *
{
	display: block;
}

.leaflet-popup-content .title
{
	font-weight: bold;
	font-size: 1.125em;
}

.leaflet-popup-content .type > *:before
{
	content: '';
	position: relative;
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	vertical-align: baseline;
	margin-right: 0.25em;
}
.leaflet-popup-content .type > .private-public:before
{
	background: #C819BE; /* Old browsers */
	background: -moz-linear-gradient(right, #C81919 0%, #1975C8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, #C81919 0%,#1975C8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #C81919 0%,#1975C8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C81919', endColorstr='#1975C8',GradientType=0 ); /* IE6-9 */
}
.leaflet-popup-content .type > .private:before
{
	background: #C81919;
}
.leaflet-popup-content .type > .public:before
{
	background: #1975C8;
}


.leaflet-popup-content .type,
.leaflet-popup-content .more
{
	padding-top: 0.5em;
}