@charset "iso-8859-1";

body {
    background-color: #ecb94e;
    /*debd9e a26a39 dde4e9*/
    line-height: 1.5;
}

#wrapper {
    font-family: verdana;
    margin: -8px -8px 0px -8px;
}

a {
    text-decoration: none;
}

#banner {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: -20px 0px 0px 0px;
    /*-20px 0px 0px -35px; */
}

#header {
    background-color: #ecb94e;
    /*242b61 558abb*/
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 14px;
    margin: 0 auto;
    position: relative;
}

.h2 {
    text-align: center;
    font-size: 1.1rem;
}

#google_translate_element {
    position: absolute;
    right: 0;
    top: 0;
}