/* --------- */ /* text-scan */ #wrapper{ width: calc(100% - 0em); } div#crossings, div#sentences, div#ADJ, div#PRE{ position: relative; display: inline-block; width: calc(50% - 1.5em); top:0; left: 0; margin:0 1em 2em 0; padding:0; vertical-align: top; font-size: 90%; } div#crossings{ float: right; } div#txtfiles{ position: absolute; width:200px; top:0; right: 40px; } div.sentence{ margin:-0.5em 0 0; } strong.query{ display: inline; width: 100%; height: 12em; margin:10em -6em -10.5em -6em; padding: 10em 6em; text-align: center; } small, sup{ font-family: monospace; font-size: 10pt; } div.sentence small{ display: block; margin-bottom: 5em; }