body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
}

.language-switch {
    margin: 20px;
    text-align: center;
}

.language-switch button {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 5px;
}

.language-switch button:hover {
    background-color: #003d80;
}

.carousel {
    position: relative;
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slides img {
    width: 100%;
    transition: opacity 1s ease-in-out;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.content {
    margin: 20px;
    text-align: center;
}

/*
h1, p {
    margin: 0;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
*/
h1, .eml-section {
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.edit-overlay {
    position: absolute; top: 10px; left: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #c0ffc0;
    /* height: 1em; */
    color: #444;
    font-size: 1.2em;
    z-index: 6000;
    padding: 0.5em;
    display: none;
}

.eml-line-space-02 {
    clear: both;
    height: 0.2em;    
}

.eml-line-space-03 {
    clear: both;
    height: 0.3em;    
}
.eml-line-space-05 {
    clear: both;
    height: 0.5em;    
}


.clearboth {
    clear: both;
}

.nodisplay {
    display:none;
}

.eml-icon {
    position: relative; 
    width: auto;
    height: 64px;
    margin: 0em;
}

.eml-small-icon {
    position: relative; 
    width: auto;
    height: 24px;
    margin: 0em;
}