.d3-geomap text {
  fill: #333;
  font-size: 12px; }

.d3-geomap .background {
  fill: none;
  pointer-events: all; }

.d3-geomap .unit {
  cursor: pointer;
  fill: #ccc;
  stroke: #000;
  stroke-width: .4px; }

.d3-geomap .legend-bg {
  fill: #fff;
  fill-opacity: .8; }

.d3-geomap .legend-bar {
  stroke: #333;
  stroke-width: 1px; }
