<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.arrStat, .objStat, .bothStat{
	position: relative;
	display: none
}

.arrStat, .bothStat, .objStat{
	padding-bottom:120px;
}

.advanceBtn.clickReady{
	pointer-events:auto;
	background-color: green;
	opacity: 1;
}

#midCol h3{
	margin: 8px 0;
	text-align: center;
}

#midCol h3 img{
	width:50px;
	vertical-align: middle;
}

.arrLatest, .bothLatest{
	background-color:#404040;
	font-size:12px;
	color:white;
	padding: 6px 4px;
}

.objLatest{
	background-color:#404040;
	font-size:16px;
	color:white;
	padding:6px 4px;
}

.objLatest span{
	display: block;
	padding-left: 8px;
}

.arrTip, .objTip, .maptip, .bothTip{
	background-color: white;
	text-align: center;
	padding: 4px;
	border-radius: 4px;
	position: absolute;
	pointer-events:none;
	display: none;
	z-index:20;
}

.objTip{
	text-align: left;
}

.maptip{
	text-align: left;
}

.arrTip p, .bothTip p{
	font-size:14px;
}

.arrTip img, .bothTip img{
	width: 30px;
	margin-bottom: 6px;
}

.objTip img{
	width: 125px;
	display: inline-block;
	vertical-align: top;
}

.objTip div{
	display: inline-block;
}

.objTip p{
	padding-top: 4px;
	padding-left: 4px;
	color:#404040;
}

.mapM{
	width:25px;
	position: absolute;
	display: none;
	padding:8px;
}

#wallst{
	left:19%;
	bottom:8%;	
}

#eastvill{
	right:20%;
	bottom:50%;	
}

#westvill{
	left:20%;
	bottom:50%;	
}

#chelsea{
	left:40%;
	top:25%;
}

#gramercy{
	right: 25%;
	top: 22%;
}

.advanceBtn{
	pointer-events:none;
	width:153px;
	margin: 12px auto 0 auto;
	opacity:0.4;
	font-size: 16px;
	display: none;
}

.arrow-up {
  width: 0; 
  height: 0;
  position: absolute;
  top:-10px;
  left:41%; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}</pre></body></html>