#form-note {
    display:         flex;
    justify-content: space-between;
    flex-wrap:       wrap-reverse;
    gap:             1em 10px;
}

#graph-form label {
    display: inline-block;
    width:   81px;
}

#graph-form select {
    width:     calc(100% - 86px);
    max-width: 512px;
}

@media (min-width: 992px) {
    #note { width: calc(100% - 617px); }
}

.data-note-access {
    display: none;
}

#chartCanvas {
    width:  100%;
    height: 500px;
}
