body {
    margin: 0;
    background: rgb(51, 57, 64);
}

fieldset {
    margin-top: 1em;
}

#sim-root {
    width: fit-content;
    margin: 0 auto;
}

.wrapper{
    display: grid;
    grid-template-columns: min-content 30em;
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.transparentControlSection,
.controlSection {
    margin: 0 1em 1em;
}

.controlSection {
    background: black;
    color: white;
    border-radius: 6px;
    border: 1px solid black;
    padding: 1em;
}

canvas {
    display: block;
    border-radius: 6px;
}

.OrbitView {
    height: calc(800px + 1em);
}

/* 
.CheckBoxLabel {
}
.CheckboxWrap_unchecked,
.CheckboxWrap_checked {
    user-select: none;
    margin: 2px;
    display: inline-block;
}

.CheckboxWrap_checked {
    border: inset;
    background: #e5e5e5;
}
.CheckboxWrap_unchecked {
    border: outset;
    background: #f5f5f5;
}
*/

#survey {
    margin: 1em 0;
}