.map_container {
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 750px;
}

.gmaps4rails_map {
  width: 750px;
  height: 300px;
}

#map label { width: auto; display:inline; }
#map img { max-width: none; }
#geolocation label { width: auto; display:inline; }
#geolocation img { max-width: none; }
#geolocation1 label { width: auto; display:inline; }
#geolocation1 img { max-width: none; }
#geolocation2 label { width: auto; display:inline; }
#geolocation2 img { max-width: none; }

#alerts_map label { width: auto; display:inline; }
#alerts_map img { max-width: none; }

#scans_map label { width: auto; display:inline; }
#scans_map img { max-width: none; }

.bing_map {
   position: absolute;
   top: 20;
   left: 10;
   width: 400px;
   height: 400px;
   border:#555555 2px solid;
}

/* mapquest css */
.mqabasicwnd {
  width:250px !important;
}
