body {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;
}

footer ul, nav ul{
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
}


header h1, .buttons, .copyright {
    text-align: center;
}

.buttons a {
    display: inline-block;
    line-height: 10px;
}

footer li {
    margin: 3% 5px;
}

.fa {
    display: initial !important;
}

a#english-page {
    position: fixed;
    top: 5px;
    right: 5px;
    font-size: 20px;
    text-decoration: none;
    background: none;
    border: none;
}


a.rss {
    background-color: darkorange;
    color: white;
    text-decoration: none;
}

a.rss::after {
    content: "\f09e";
    margin-left: 5px;
    font-family: ForkAwesome;
}

a.help {
    all: revert;
    color: inherit;
    text-decoration: none;
    visibility: hidden;
}

a.help::before {
    content: "\f059";
    font-family: ForkAwesome;
    visibility: visible;
}

/*
.menu {
    display: flex;
    width: fit-content;
    margin: auto;
}

nav details ul {display: block;position: fixed;background: white;border: 1px solid black;}

nav ul a {
    margin: 0 5px;
}

nav details {
    width: 100px;
}
*/

nav details ul.pagelist {
    display: block;
    z-index: 100;
}

summary {
    /* margin-left: auto; */
    /* width: fit-content; */
    cursor: cell;
}

nav details > ul {
    /* position: absolute; */
    /* right: 0px; */
    width: fit-content;
    white-space: nowrap;
    float: right;
}

li.plus {
    width: 80px;
    /* white-space: nowrap; */
    /* position: relative; */
}

nav .plus li.pagelistitem {
  margin: 6px 0;
}

nav a {
    display: block;
}


nav ul.pagelist, footer ul {
    max-width: 800px;
    margin: auto;
}

main .headerlink {
  opacity: 0.3;
  text-decoration: none;
}

main .headerlink:hover {
  opacity: 1;
}