* { box-sizing: border-box; } div#options { float: left; } div#main { display: inline-block; } body { margin: 0; height: 100%; background-color: lightgrey; font-family: monospace; font-size: 15px; } .menu { position: fixed; right: 0; } tr:hover { background-color: grey; color: white; } #topbar { height: 30px; background-color: #7b97b9; line-height: 30px; position: fixed; width: 100%; } #topbar form { display: inline; } a { color: black; text-decoration: none; } a:hover { color: white; } div#massedit { display: none; } #options ul { list-style: none; padding-inline-start: 0; } th { background-color: darkgrey; color: black; } section { padding-top: 30px; } section.admin input, select, textarea { display: block; }