#map {
	height: 100%;
	width: 100%; 
	z-index: 1;
}

.leaflet-popup-content-wrapper {
	margin: 0;
	padding: 0;
	border-radius:5px;
	width: 512px;
}

.leaflet-popup-content {
	margin: 0;
	padding: 0;
}

.leaflet-popup-tip {
	background-color: #323232;
}

.camera-image img {
	border-radius:7px;
	width: 512px;
}

video {
	border-radius:7px;
	width: 512px;
}

.camera-number {
	background-color: rgba(50,50,50,0.7);
	position: absolute;
	left: 10px;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
	color: white;
}

.camera-location-outer {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.camera-location {
	background-color: rgba(50,50,50,0.7);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	color: white;
}

#camera-number-input {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	font-size: 20px;
	font-weight: bold;
	z-index: 5;
}

body {
	margin: 0;
}
