.state{
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  cursor: pointer;
}
.nograntee:hover{
  fill:#222222 !important;
}
.grantee:hover{
  fill:#17526d !important;
}
#block-granteemap {
  text-align: center;
}

#container_map_div {
  width: 75%;
  margin: 0 auto;
}

#container_map {
  position: relative;
  height: 500px;
  margin-bottom: 40px;
}
#container_map .datamap .labels {
  pointer-events: auto;
}
