@import url("/fonts/latinmodernroman_10regular/stylesheet.css");

body {
    background: #bbb;
    background-image: url("/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: latin_modern_roman10_regular, sans-serif;
    font-size: 120%;
}


.pagedate {
    visibility: hidden;
}


#pagebody {
    background-color: rgba(255,255,255,0.8);
    margin-left: auto;
    margin-right: auto;
    width: 80ex;
    margin-top: auto;
    margin-bottom: auto;
    padding: 5px;
}

#pagebody h1 {
    text-align: center;
}

.pageheader .actions ul {
        border-bottom: 0;
}

#pageinfo {
        margin: 1em 0;
        border-top: 0;
}

.pageheader {
/*    position: fixed;
    bottom: 0;
    right: 0; */
    background-color: rgba(255,255,255,0.5);
}
    