body {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    background: whitesmoke;
}

.intro *, #languagebar a, legend, h4 {
    font-family: Georgia, "Times New Roman", Times, serif
}

.intro h1 {
    color: #337d4d;
}

.intro img {
    float: right;
}

#herpit-logo {
    float: right;
    max-width: 25%;
    margin-top: 20px;
    margin-left: 15px;
}

#topbar {
    padding-top: 0.5em;
    background: slategrey;
    text-align: center;
}

#languagebar {
    float: right;
}

#languagebar a {
    color: white;
}

#languagebar li {
    list-style: none;
    float: left;
    margin-right: 1em;
}

#map {
    width: 100%;
    height: 600px;
    max-height: 95%;
}

fieldset {
    background-color: white;
    border: 1px solid #ccc;;
    border-radius: 10px;
    padding: 0.5em;
}

legend {
    border-bottom: none;
    width: auto;
    margin-bottom: 0;
}

.logo-footer {
    text-align: center;
    margin: 1em;
}

.logo-footer img {
    max-height: 45px;
    margin-bottom: 0.5em;
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
}

.submit-row {
    margin-top: 1em;
    margin-bottom: 1em;
}

footer .label-default {
    background: #2a2f29;
    color: white;
    font-size: large;
}

footer {
    text-align: center;
    margin-bottom: 0.5em;
}

.captcha {
    text-align: center;
}

.captcha img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#expandedmap {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

#expandedmap #mapframe {
    height: 80%;
}

#expandedmap .expand-label, .shrink-label {
    display: none;
}

.expand-label, #expandedmap .shrink-label {
    display: inline;
}

.search-container div {
    padding: 0;
}

.black-footer {
    background: slategrey;
    padding-top: 1em;
    padding-bottom: 1em;
}

.black-footer ul {
    float: right;
    list-style: none;
    margin-bottom: 0;
}

.black-footer li {
    margin-bottom: 7px;
}

.black-footer a {
    color: white;
}

.coordinates-container input {
    width: 6em;
}

select[name='submission.location.country'] {
    max-width: 100%;
}

#captchaContainer h2 { font-size: 1.4em; }
#captchaContainer a { font-size: 80%; }
