svg {
  background: #FFFFFF;
  pointer-events: all;
}

.state {
  stroke-width: .5px;
  stroke-linejoin: round;
  cursor: pointer;
}

.stateTooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  background: #fff;
  padding: 5px;
  text-align: left;
  border: solid #ccc 1px;
  color: #666;
  font-size: 12px;
  font-family: sans-serif;
}

.pointLabel {   
  position: absolute;
  fill-opacity: 0;
  text-align: center;            
  padding: 2px;      
  font-size: 11px;
  font-family: sans-serif;  
  pointer-events: none;         
}

.infoLabel {   
  position: absolute;
  fill-opacity: 0;
  display: none;
  border: solid #ccc 1px;
  color: #666;
  background: #FFFFFF;    
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  text-align: left;            
  padding: 5px;      
  font-size: 12px;
  font-family: sans-serif; 
  pointer-events: none;         
}

.link {
  display: none;
  font-size: 12px;
  font-family: sans-serif;
}

.link:hover {
  fill: #FF0000;
}

.backButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	color: #fef4e9;
	border: solid 1px #6788cb;
	background: #7798bb;
	background: -webkit-gradient(linear, left top, left bottom, from(#7798bb), to(#8fa8bb));
	background: -moz-linear-gradient(top,  #7798bb,  #8fa8bb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7798bb', endColorstr='#8fa8bb');
}

.backButton:hover {
	text-decoration: none;
	
	background: #366ca3;
	background: -webkit-gradient(linear, left top, left bottom, from(#366ca3), to(#467cb3));
	background: -moz-linear-gradient(top,  #366ca3,  #467cb3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#366ca3', endColorstr='#467cb3');
}

.backButton:active {
	position: relative;
	top: 1px;
	
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#7798bb), to(#8fa8bb));
	background: -moz-linear-gradient(top,  #7798bb,  #8fa8bb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7798bb', endColorstr='#8fa8bb');
}