:root{--background-dark:#222;--background-darker:#1b1b1b;--background-highlight-medium:#2a2a2a;--background-highlight-light:#333;--off-white:#ddd;--highlight-color:#2de7e7}@font-face{font-family:Computer Modern;src:url(/fonts/cmunrm-webfont.woff);font-weight:400;font-style:normal}@font-face{font-family:Computer Modern;src:url(/fonts/cmunbx-webfont.woff);font-weight:700;font-style:normal}@font-face{font-family:Computer Modern;src:url(/fonts/cmunti-webfont.woff);font-weight:400;font-style:italic}@font-face{font-family:Computer Modern;src:url(/fonts/cmunbi-webfont.woff);font-weight:700;font-style:italic}*{box-sizing:border-box}html,body{background-color:var(--background-dark);color:#fff;margin:0;padding:0;font-family:Computer Modern}#outer{justify-content:center;align-items:center;min-height:100vh;display:flex}#container{grid-template-columns:1000px 300px;column-gap:0;display:grid}#histogram{background-color:var(--background-highlight-light);margin:0;padding:0}#sidepanel{background-color:var(--background-highlight-medium);justify-content:baseline;align-items:left;flex-direction:column;margin:0;padding:.5em;display:flex}.parameter{grid-template-columns:1fr auto auto;align-items:center;column-gap:3px;display:grid}.parameter:first-child{justify-self:start}.parameter:nth-child(2){justify-self:center}.parameter:last-child{justify-self:end}.parameter input[type=number]{background-color:var(--background-darker);color:#fff;border:none;width:4.425em;margin:1em .2em;padding:.5em .2em}
