body { margin: 0; } #screen { position: absolute; top: 35px; bottom: 0px; left: 0px; right: 0px; } .hyperscroll { width: 100%; } .header { padding-bottom: .7em; border-bottom: 1px solid #ccc; } .navbar { border-bottom: 1px solid #ccc; width: 100%; position: fixed; z-index: 1000; margin: 0; padding-top: .3em; padding-bottom: .3em; left: 0; right: 0; top: 0; } .navbar .internal { max-width: 97%; margin-left: auto; margin-right: auto; } .navbar li { margin-top: .3em; float: left; margin-right: .6em; margin-left: .3em; list-style-type: none; } .content { max-width: 680px; margin-left: auto; margin-right: auto; } .hyperscroll > .content { max-width: 680px; margin-left: auto; margin-right: auto; } .message img, .message video { max-width: 100%; } .timestamp, .votes { float: right; } pre { width: 100%; display: block; } code { display: inline-block; vertical-align: bottom; } code, pre { overflow: auto; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: pre\9; }