path {
  stroke: white;
  stroke-width: 1px;
}

div.tooltip {
  position: absolute;
  text-align: center;
  width: 125px;
  height: 50px;
  padding-top: 8px;
  font-family: sans-serif;
  font-size: 14px;
  border-style: solid;
  border-color: lightgray;
  border-width: thin;
  background: white;
  border-radius: 8px;
  pointer-events: none;
}

#countydropdown{
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
	

#utilitiesTable {
  margin-top: 15px;
}
	
.nopadding{
  padding: 0 !important;
  margin: 0 !important;	
}
	
li {
  list-style-type: none;
}
	
.hiddenRow {
  padding: 0 !important;
}
	
.wordwrap  {
  word-wrap: break-word;		
}