<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
section&gt;div&gt;div,
section&gt;div&gt;article {
padding: 20px 0;
}

.map_overlay&gt;div {
flex-basis: auto;
padding: 0;
text-align: center;
width: 650px;
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 25vh;
}
}</pre></body></html>