1textarea { 2 font-family: monospace; 3} 4header { 5 font-size: 130%; 6 font-weight: bold; 7} 8.hidden, .initially-hidden { 9 position: absolute !important; 10 opacity: 0 !important; 11 pointer-events: none !important; 12 display: none !important; 13} 14fieldset.options { 15 font-size: 75%; 16} 17fieldset > legend { 18 padding: 0 0.5em; 19} 20span.labeled-input { 21 padding: 0.25em; 22 margin: 0.25em 0.5em; 23 border-radius: 0.25em; 24 white-space: nowrap; 25 background: #0002; 26} 27.center { text-align: center; } 28.error { 29 color: red; 30 background-color: yellow; 31} 32#test-output { font-family: monospace } 33