.country:hover{
  stroke: #fff;
  stroke-width: 2px;
}
.country {
    stroke: #e3e3e3;
	stroke-width: 1px;
}
.text{
  font-size:10px;
  font-family: 'Open Sans',sans-serif;
  text-transform:capitalize;
}
#mapcontainer {
  margin:4% 60px;
  border:1px solid #b2b2b2;
  border-radius: 2px;
  height:100%;
  overflow:hidden;
  background: #ececec;
}
.hidden { 
  display: none; 
}
div.tooltip {
  margin:20% 10px;
  height: 6%;
  color: #fff; 
  background: #404040; 
  padding: .5em; 
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  text-shadow: #000 0 1px 0;
  border-radius: 3px; 
  box-shadow: 0px 0px 2px .5px #000; 
  opacity: 0.9; 
  position: absolute;
  
  
}
.graticule {
  fill: none;
  stroke: #bbb;
  stroke-width: .5px;
  stroke-opacity: .5;
}
.equator {
  stroke: #ccc;
  stroke-width: 1px;
}
