.container {

}

.map {
  width: 100%;
  height: auto;
  border: 1px solid silver;
}

.legend {                
        font-size: 14px;
        color: red;
      }


.legend rect {
  fill:white;
  stroke:black;
  opacity:0.8;}

.legendSymbol {
  
}

#patternScale {
  fill:url(#Triangle);
}


#tooltip-container {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid;
  display: none;
}

.tooltip_key {
  font-weight: bold;
}

.tooltip_value {
  margin-left: 20px;
  float: right;
}

.tooltip_value2 {
  margin-left: 20px;
  float: right;
}

.state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.states {
  fill: none;
  stroke: #eee;
  stroke-width: 1px;
  stroke-linejoin: round;  
  stroke-linecap: round;
}
.states :hover {
  stroke: #fff;
  stroke-width: 3px;
  stroke-linejoin: round;  
  stroke-linecap: round;
}

.points {
}
.points :hover {
}

#intro-text {
  max-width: 960px;
}

#intro-text h2 {
  font-size: 16px !important;
}

#intro-text p {
  font-size: 14px !important;
}

#intro-text li {
  font-size: 14px !important;
  padding: 0.5em;
}

#notes {
  max-width: 960px;
}

#notes p {
  font-size: 12px !important;
}

.textbox {
  border:3px;
  border-style:solid;
  border-color:#7297a9;
  padding: 1em;
}
