body { font-family: Verdana, sans-serif; font-size: 0.8em; }
div#header, div#footer, div#info, div#content, div#post {
    border: 1px solid grey;
    margin: 5px;
    margin-bottom: 15px;
    padding: 8px;
    background-color: white;
}
div#header, div#footer, div#info {
    color: yellow;
    background-color: green;
    margin-bottom: 5px;
}
div#content { background-color: green; }
.auto-style1 { text-align: center; font-family: 'Comic Sans MS'; font-style: italic; }
.auto-style2 { text-align: center; }
.auto-style3 { text-align: center; font-size: medium; }
.auto-styleMap { text-align: center; }
.mySlides { display:none; }

#language-selector {
    position: absolute;
    top: 10px;
    right: 10px;
}
#language-selector select {
    padding: 5px;
    font-size: 1rem;
    border-radius: 5px;
    font-family: Verdana, sans-serif;
}
@media screen and (max-width: 600px) {
    #language-selector {
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    #language-selector select {
        width: 90%;
        max-width: 250px;
    }
}