


.box-regione   {
  position:fixed; 
  overflow:hidden;
  width:180px; 
  height:150px; 
  padding:10px; 
  font-size:11px; 
  box-shadow:0 0 4px -1px #a0a0a0; 
  right:1%; 
  bottom:2%; 
  background:white; 
  line-height:1.6em; 
}
.bandiera{
  float:left; 
  width:50px; 
  background:#f2f2f2; 
  min-height:35px; 
  margin:0 2% 2% 0;
}
.regione {
  font-weight:bold;
  font-size:12px;
  color:#6eaaec;
}
.contenuto-reg{
  width:100%; 
  clear:both; 
  line-height:1.5em; 
  color: #777;
}

