.legend {
  text-align: center;
  line-height: 18px;
  color: #555;
}
.legend.i {
  
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  float: left;
  margin-right: 8px;
  opacity: 1;
  width: 18 px;
  height: 18 px;
}

#year {
  color:#000;
  font-weight:bold;
  font-size:1.5em;
}
#slider {
  width:175px;
}
path.states {
  fill: #aaa;
  stroke: #fff;
  stroke-width: 2px;
}
path.states:hover {
  fill: #E08214;
}