/* Unuploaded — /mp3-to-midi/ page styles. ROUTE-LOCAL rather than in
   convert.css, and measured: folding ~1.1 KB into that SHELL sheet once pushed
   /stl-viewer/ and /3mf-to-stl/ past the page-weight assertion, and those two
   pages still hold only 172 and 407 bytes of headroom. */

/* The note table is read as columns of figures, so it keeps its monospace grid
   and scrolls on its own rather than forcing the page sideways on a phone. */
#note-list {
  overflow-x: auto;
  max-height: 22rem;
  overflow-y: auto;
  font-variant-numeric: tabular-nums;
}
#note-list:empty, #midi-answer:empty { display: none; }
