.legend {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-weight: bold;
  line-height: 18px;
  color: #555;
  width: 200px; }

.legend i {
  clear: both;
  width: 16px;
  height: 16px;
  float: left;
  opacity: 0.7;
  margin-right: 8px; }

.worldmap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }

div.worldmap.box {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
  padding: 1em;
  text-align: center; }

div.worldmap.state {
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 100;
  padding: .2em .5em;
  line-height: 1.1em;
  text-align: center; }

