.map{ border:1px solid #ccc; text-align:center; padding:16px 0px; } 
.map g:hover polygon{
  fill: rgba(41, 77, 31, 0.60) !important;
}
.mapsmall{ padding:8px; border:1px solid #CCC; }
 .mapsmall g:hover polygon{
  fill: rgba(41, 77, 31, 0.60) !important;
}

.mapsmall g.true polygon{
  fill: rgba(41, 77, 31, 1) !important;
}


.info_panel {
  background-color: rgba(255,255,255, .7);
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  padding: 0.5em;
  font-size: 0.8em;
  position: absolute;

}

.info_panel::first-line {
   font-weight: bold;   
}

.box{
   border:1px solid #CCC; background-color:#EFEFEF; padding:20px; float:left; width:100%;
}
.box figure img{ display:inline; float:none; }