div.ba.control-view.horiz-container {
  margin-bottom: 0.5em;
  /*width: calc(100vw - 300px); */
  width: var(--hContainerWidth);
  max-width: fit-content;
}

select#venue-select {
    background-color: var(--color-bracket-ace-500);
    color: white;
    margin-right: 1em;
}
