<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iggooglemaps_navigation_menue {
    margin: 0 0 10px 0;
}

.iggooglemaps_navigation_menue a {
    padding: 0 5px 0 0;
    text-decoration: none;
}

.iggooglemaps_navigation_menue a:hover {
    text-decoration: none;
}

.iggooglemaps_navigation_menue a:first-child {
    font-weight: bold;
}

.iggooglemaps_navigation_content input.iggooglemaps_submit {
    margin-top: -10px;
}

.tx-iggooglemaps img {
	max-width: none;
}

.iggooglemaps_content p:last-child {
	margin-bottom: 0;
}

/* Aspect ratios */
.map_aspect_ratio_4_3,
.map_aspect_ratio_16_9,
.map_aspect_ratio_16_10,
.map_aspect_ratio_21_9 {
	position: relative;
}

.map_aspect_ratio_4_3 &gt; div,
.map_aspect_ratio_16_9 &gt; div,
.map_aspect_ratio_16_10 &gt; div,
.map_aspect_ratio_21_9 &gt; div {
	position: absolute;
}

.map_aspect_ratio_4_3::after,
.map_aspect_ratio_16_9::after,
.map_aspect_ratio_16_10::after,
.map_aspect_ratio_21_9::after {
	display: block;
	content: "";
}

.map_aspect_ratio_4_3::after {
	padding-bottom: 75%;
}

.map_aspect_ratio_16_9::after {
	padding-bottom: 56.25%;
}

.map_aspect_ratio_16_10::after {
	padding-bottom: 62.5%;
}

/* This one may has a round error, because the real value has approximately 20 digits after the floating point */
.map_aspect_ratio_21_9::after {
	padding-bottom: 42.86%;
}</pre></body></html>