@media screen {
    body {
	width:99vw;
	min-width:330px;
	height:97vh;
	font-size:10pt;
	background: #ccccff;
	margin:0pt;
    }
}
.bold {font-weight:bold}
#page-heading,#page-menu {
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc( 100% - 5px );
    border: 5px #bbb inset;
    font-size: 150%;
    font-weight: bold;
    background: #eee;
    text-align: center;
    margin:2px;
}
#page-menu a,.link a,.small-link a,#page-menu input,#page-menu a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    border: .5ex #0f0 outset;
    font-family: sans-serif;
    padding: 2px;
    background: #ccccff;
}
.submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 2px;
}
#scrolling-hint {
    width: 100%;
    border: 1px solid black;
    border-radius: 4ex;
    background: #ddd;
    text-align:center;
    margin-left:-1px;
    font-size:80%;
    font-weight:normal;
}

#page-payload {
    overflow: auto;
    padding: 3px;
    width: calc( 100% - 5px );
    border: 5px #bbb inset;
    background: #eee;
    margin:2px;
    padding:2px;
}
#page-payload > div {
    height:auto;
}
    
