.legend {                
        font-size: 14px; 
      }


.legend rect {
  fill:white;
  stroke:black;
  opacity:0.8;}

.state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.states {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-linejoin: round;  
  stroke-linecap: round;
}
.states :hover {
  stroke: #fff;
  stroke-width: 3px;
  stroke-linejoin: round;  
  stroke-linecap: round;
}

#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;
}


#caption {
  display: none;
  padding: 1px;
}

#caption h2 {
  font-size: 16px !important;
}

#intro-text {
  max-width: 960px;
}

#intro-text h2 {
  font-size: 16px !important;
}

#intro-text p {
  font-size: 14px !important;
}

#notes {
  max-width: 960px;
}

.q0-5{fill:rgb(237,248,233)}
.q1-5{fill:rgb(186,228,179)}
.q2-5{fill:rgb(116,196,118)}
.q3-5{fill:rgb(49,163,84)}
.q4-5{fill:rgb(0,109,44)}
