/* the plugin container */
div.gpx {
}
/* the map */
div.gpxmap {
	height:300px;
}
div.leaflet-pane img {
	/* image margins given by the FP template have to be reset in order to avoid track offset */
	margin: 0px !important;
}
/* the height profile */
div.gpxheightprofile {
	margin-top:1em;
	height:100px;
}