#threeCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

legend {
    font-size: medium;
}

.menuDiv {
    font-size: small;
    border: 2px solid rgba(100, 100, 100, 0.8);
    border-radius: 5px;
    color: white;
    background-color: rgba(16, 16, 16, 0.4);
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    z-index: 15;
}

#refLegendDiv {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 5px;
    align-items: center;
    right: auto;
    left: 10px;
    padding: 2px;
}

.legLabelContainer {
    display: flex;
    align-items: center;
}

.legLabelContainer > label {
    align-self: center;
    display: block;
}

.legItem {
    width: 2ch;
    height: 2ch;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: medium;
}

#eqPlaneLabel {
    border: 1px solid blue;
}

#eclipticPlaneLabel {
    border: 1px solid yellow;
}

.radio-with-icon-div {
    display: flex;
    align-items: center;
}

.icon {
    height: 1em;
    margin-right: 4px;
}