	/* OSM-plugin css file                                        */
/* www.Fotomobil.at/wp-osm-plugin                             */
/* note: there is also some style information in the php-file */

.entry .olMapViewport img, .entry-content img, .widget img {
  max-width: none; 
  max-height: none;
}
    
.olControlAttribution {
  bottom: 0 !important;
}

div.olControlMousePosition {
  bottom: 1em !important;
}

.olPopupContent
{
    /*padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:10px;*/
    padding: 0 0 0 0;
    border: #fff solid;
    border-width: 10px 10px;

    white-space:nowrap;
}
