@charset "utf-8";
/* CSS Document */
	.ClickedOn{
		
		fill: #c7a97f;
		stroke: #669ca4;
	 	stroke-width: 4px;
	}
	
	
	.ClickedOff {
		fill: #669ca4;
		stroke: #c7a97f;	
	}
	.City {
		
	fill: #c7a97f;	
		
	}	
	
	.City:hover {
		cursor: pointer;
	}
	
		.CityRed {
		fill: red;
	}
	
	.CityClick {
		
		fill: #669ca4;
	}
	.County {
		
		fill: #669ca4;
	}

	.County:hover {
		
		fill: #c7a97f;
		stroke: #669ca4;
	 	stroke-width: 4px;
  		stroke-linejoin: round;
		cursor: pointer;
		
	}
	
	#NewCastle:hover ~ #Wilmington  {

    fill: #669ca4;
}
	
	#Kent:hover ~ #Dover {

    fill: #669ca4;
	}
	
	
	svg  {
	
		height: auto;
		width: 100%;
	}
	  

