.choropleth-country-map {
  height: 100%;
  width: 100%;
}

.choropleth-country-map path.hasValue {
  cursor: pointer;
}

/* Tooltip CSS */
.choropleth-country-map__d3-tip {
  line-height: 1.5;
  font-weight: 400;
  font-family: 'avenir next', Arial, sans-serif;
  padding: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 1px;
  pointer-events: none;
  position: absolute;
  z-index: 100;
}

.choropleth-country-map__label {
  font-weight: bold;
}
