#grantmap {
	border: 1px solid #ccc;
	height: 355px;
	margin: 0 0 20px 0;
	}
	
.markerDetail {
	background: #fff;
	color: #000;
	text-align: left;
	padding: 2px;
	border: 1px #ccc solid;
}

.markerDetailClose {
	color: inherit;
	float: right;
	padding: 2px;
}

	.markerDetail address {
		font-style: normal;
		font-size: 11px;
		white-space: nowrap;
	}

	.markerDetail h4 {
		white-space: nowrap;
		margin-right: 5px;
		margin-bottom: 0;
		color: #f00;
		font-size: 12px;
		background-color: inherit;
		margin-top: 0;
	}

	.markerTooltip {
		background: #fff;
		color: #000;
		padding: 2px;
		white-space: nowrap;
		border: 1px #ccc solid;
	}

	.markerDetail table {
		width: 100px;
		background: #fff;
		color: inherit;
	}
	.markerDetail table:hover {
		background: #eee;
	}

	.markerDetail address {
		line-height: 1em;
	}
	
	.markerDetail .city {
		font-size: 11px;
	}
	
	.markerDetail span.amount {
		display: block;
		font-weight: bold;
	}
	
a.terms-of-use-link {
	font-size: 1px;
	}
	