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

svg .bar {
  fill: rgb(46,85,115);
}

svg .bar:hover {
  fill: rgb(15,49,75);
}

svg .axis {
  font: 10px sans-serif;
}

svg .axis path,
svg .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

svg .x.axis path {
  display: none;
}

svg .radial.labels {
  font-size: 10px;
}

svg line {
  stroke: #000;
}

svg text {
  font-size: 12px;
}

svg text.active {
  fill: red;
}

svg .x.axis text {
    font-size: 10px;
}

svg .feature {
  fill: #aaa9ac;
  stroke: #000;
}

svg .state:hover {
  stroke: #000;
  stroke-width: 2;
}

svg .zip3:hover {
  stroke: #000;
  stroke-width: .5;
}

svg .county:hover {
  stroke: #000;
  stroke-width: .5;
}

svg #policy .zip3:hover {
  stroke: #000;
  stroke-width: 2;
}

svg #policy .county:hover {
  stroke: #000;
  stroke-width: 2;
}

svg .state.active {
  display: none;
}


#map {
  float: left;
}

#radial {
  float: right;
}

.modal-dialog {
  width: 300px;
  height: 300px;
  text-align: center;
}

.modal-content h1 {
  font-size: 20px;
}

svg .d3-tip {
  line-height: 1;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #222;
  border-radius: 1px;
  text-align: center;
}

/* Creates a small triangle extender for the tooltip */
svg .d3-tip:after {
  /*box-sizing: border-box;*/
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
svg .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
