body {
    background-color: #f04e27;
    font-size: 16px;
    line-height: 24px;
    padding-top: 2rem;
}
#content-container {
    max-width: 1000px!important;
    margin: 0 auto;
}
#footer {
    position: absolute;
    bottom: 45px;
    height: 77px;
    width: 187px;
}
#menu {
    max-width: 156px;
}
#menu a {
    color: white;
    margin-bottom: 20px;
    font-size: 20px;
    text-decoration: none;
}
#header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.content {
    background: white;
    border-radius: 13px;
    padding: 40px;
    margin-left: 65px;
}
.content a {
    color: blue;
    text-decoration: none;
}
.content h3,
.content h2,
.content h1 {
    color: #f04e27;
    font-size: 20px;
    font-weight: bold;
}
.content h3,
.content h2 {
    margin-top: 20px;
    font-weight: normal;
}
.content h3 {
    margin-top: 15px;
    font-size: 13px;
}
#top-bar-search-form span {
    font-size: 16px;
    color: white;
}
#top-bar-search-form input {
    border-radius: 13px;
    border: 0;
    font-size: 16px;
    width: 222px;
    max-width: 100%;
    padding-left: 1rem;
}
#advanced-search-form input, #advanced-search-form select {
    margin: 5px 10px;
}
.orange { color: #f04e27; }

div.lemma ol { padding-left: 1em; margin-top: 1.5em; }
div.lemma ol li { padding-left: 1em; }

h2 a.toppagelink { display: block; text-align: right; }

/* login page */
form#loginform label, form#registerform label {
    display: inline-block;
    width: 20%;
}


