html, body { 
	margin: 0; height: 100%; background: #fff; 
}

.body, .wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: hidden;        
}

.workaround { overscroll-behavior: contain; }

.body {
    z-index: 1;
}

.color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    margin-right: 5px;
    
}

.wrapper {
    z-index: 2;
}


/* photo/video popup */
.leaflet-popup-photo a.leaflet-popup-close-button {
	top: -13px;
	right: -13px;
	background-color: #fff;
	padding: 5px;
	border-radius: 12px;
	width: 15px;
	height: 15px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	color: #555;	
}
.leaflet-popup-photo a.leaflet-popup-close-button:hover {
	color: #333;
	background-color: #eee;
}
.leaflet-popup-photo .leaflet-popup-content-wrapper { 
	padding: 6px;
	border-radius: 4px;
}
.leaflet-popup-photo .leaflet-popup-content { 
	margin: 0;
}
.leaflet-popup-photo .leaflet-popup-tip {
	background: white;
}
.leaflet-popup-photo img, 
.leaflet-popup-photo video {
	display: block;
	width: 100%;
}
.leaflet-popup-photo p {
	margin: 5px 0 0 0;
}