#popupcontainer {
	width: 		590px;
	text-align: left;
}

.map-popup {
	overflow-x: hidden;
}

.list-group-item {
	max-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#popupcontainer2 {
	width: 		595px;
	min-height: 300px;
	max-height: 500px;
	overflow-y: scroll;
	text-align: left;
	font-size: 	14px;
	padding: 	15px;
}

.mapspinner {
	top: 50px;
	position:absolute;
	z-index:1;
}

.legenddot {
   height: 15px;
   width: 15px;
   border-radius: 50%;
   display: inline-block;
}