
/* look and feel definitions */
.leaflet-control #countryname { width: 200px; background-color: none; padding: 10px; color:none; font-size: 16px; font-weight:bold;}
.form-textarea-wrapper textarea{width: 540px}
.textLabelclass{ font-size: 12px;color: #777;}
#countryname { background-color: "none"}
.isoc_map,  .leaflet-container { height: "500px" }
.isoc_map,  .leaflet-container { width: "940px" }
#map .views-row a {padding:5px; padding-left:0px;text-decoration:none; font-size:14px; color: #007CC3;cursor: pointer; }

/* fix map size for smaller screens */
@media only screen and
(max-device-width:759px){
  .isoc_map,  .leaflet-container{ height: "250px" }
  .isoc_map,  .leaflet-container{ width: "470px" }
}

