<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reservoir Levels ///*/

.map-levels {
	position: relative;
	/* background: url('http://www.nyc.gov/html/dep/images/graphics/maplevels.png') top left no-repeat; */
	width: 700px;
}
.map-levels-info-block {
	position: absolute;
	top: 608px;
	left: 55px;
	width: 259px;
	border: 1px solid #416eaa;
	background-color: #ebf7f7;
	border-radius: 3px;
	color: #005499;
}
.map-levels-info {
	padding: 10px 10px 0px 10px;
}
.map-levels-info h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.map-levels-info p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.map-levels-info table {
	width: 100%;
	margin-bottom: 6px;
}
.map-levels-info table thead tr th {
	font-weight: bold;
}
.map-levels-info table thead tr th small {
	display: block;
	text-align: right;
	font-weight: normal;
}
.map-levels-info table thead tr th, .map-levels-info table thead tr td {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #005499;
}
.map-levels-info table tbody tr td {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #005499;
}
.map-levels-reservoir {
	position: absolute;
	width: 173px;
	border: 1px solid #416eaa;
	background-color: #ebf7f7;
	border-radius: 3px;
	color: #005499;
}
.cannonsville {
	top: 107px;
	left: 6px;
}
.pepacton {
	top: 150px;
	left: 302px;
}
.schoharie {
	top: 31px;
	left: 367px;
}
.neversink {
	top: 312px;
	left: 113px;
}
.rondout {
	top: 323px;
	left: 378px;
}
.ashokan {
	top: 236px;
	left: 475px;
}
.croton {
	top: 484px;
	left: 324px;
}
.map-levels-reservoir p {
	font-size: 11.5px;
	line-height: 15px;
	text-align: center;
	margin: 0px;
	padding: 6px 0px;
}

/* Reservoir Levels ///*/
</pre></body></html>