body { display: flex; flex-wrap: nowrap; flex-direction: column; align-items: stretch; background-color: #ddd; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } #errors { position: fixed; display: block; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #f99; border: 1px solid #922; } #errors p { padding: 1ex 1em; } #errors button { display: block; margin-left: auto; margin-right: 5px; margin-bottom: 5px; } #genome-list { overflow: scroll; align-self: stretch; flex-basis: 50%; } #genome-list .initial, #genome-list .history, #genome-list .final { padding-left: 2.5em; } #genome-list .initial { border-bottom: 1px dashed black; } #genome-list .history { background-color: #eee; } #genome-list .final { border-top: 1px dashed black; } .genome.locked { cursor: text } .genome .codon { display: inline-block; margin: 5px; border: 1px solid black; background-color: white; } .genome .codon>ol { padding: 1ex 0.5em; } .genome .codon .amino-acid { border-top: 1px solid black; text-align: center; padding-top: 0.5ex; padding-bottom: 0.5ex; } .genome .nucleotide { display: inline-block; width: 28px; font-size: 18px; text-align: center; flex-wrap: wrap; justify-content: space-around; align-items: center; } .genome .nucleotide span { display: inline-block; } #instructions { padding: 1ex; overflow: scroll; flex-basis: 50%; background-color: #ddd; border-style: solid; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-bottom-width: 0; } #instructions ol, #instructions ul { padding-left: 2.5em; } #instructions .step { padding: 5px; } #instructions .step { display: none; } #instructions .current { background-color: yellow; } #instructions .step.current { display: list-item; } #print-results.step.current { display: block; } #die { display: block; float: right; padding: 2ex; background-color: #fde; border: 1px solid #aaa; } #die .value { text-align: center; padding-bottom: 1ex; } #nucleotide-selector { position: relative; white-space: nowrap; word-spacing: -6px; /* TODO: 0 doesn't work. And for some reason whitespace is being renderded between