#LU-Viewer-main {
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

#LU-Viewer-map {
	width: auto;
	height: 50vh;
}

#LU-Viewer-city-list {
	font-size: smaller;
	background-color: #DDFFFF;
	text-align: center;
}

.LU-Viewer-city-list-element {
	cursor: pointer;
	text-decoration: underline;
}

.LU-Viewer-city-list-element-has-meetup {
	font-weight:bolder;
	color:red;
}

.LU-Viewer-light-bulb-icon {

}

.LU-Viewer-light-bulb-icon img {
  width: 54px;
  height: 90px;
  position: absolute;
}

.LU-Viewer-meetup-div {
	border-radius: 5px;
	background: #e6e1f7;
	text-align: left;
	padding: 3px;
}

.LU-Viewer-marker-cluster-icon {

}

.LU-Viewer-marker-cluster-icon img {
  width: 54px;
  height: 90px;
  position: absolute;
}

.LU-Viewer-marker-cluster-label {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	/*font-size: x-large;*/
	font-size: large;	
	font-weight:bold;
}

.LU-Viewer-control-button {
	aspect-ratio: 1/1;
	background-color: white;
	border-radius: 10px;
	width:40px;
	height:40px;
	padding: 2px;
	box-sizing: border-box;
	border: 2px solid #666666;
	text-align: center;
	cursor: pointer;	
}

.LU-Viewer-control-button:active {
	background-color: #DDFFFF;
}

.LU-Viewer-control-button img {
	width: 100%;
	
	display: flex;
	justify-content: center; /* Align horizontal */
	align-items: center; /* Align vertical */
	align-self: flex-start;  /* stop div from expanding vertically to fill empty space */
}


.LU-Viewer-watermark {
	max-width:200px;
}


.LU-Viewer-watermark img {
	width: 100%;
	display: flex;
	justify-content: center; /* Align horizontal */
	align-items: center; /* Align vertical */
	align-self: flex-start;  /* stop div from expanding vertically to fill empty space */
}