/* IE VML Security issue fix.
 * For more details, see:
 * http://googlemapsapi.blogspot.com/2006/09/vml-security-issue.html
 */
v\:* {
  behavior:url(gmap.css%3Fb.css);
}

.gmap-popup{

}

.gmap-tooltip{
   padding: 2px;
   margin: 0;
   border: solid black 1px;
}

.gmap-left {
  float: left;
}

.gmap-center {
  margin-left: auto;
  margin-right: auto;
}

.gmap-right {
  float: right;
}
