@charset "utf-8";

span.address {
  display: none;
}

ul.other-tracks > li {
  padding: 0.25rem 0;
}

@media (min-width: 600px) {
  ul.other-tracks.USA-states {
    columns: 2;
  }
}

@media (min-width: 800px) {
  ul.other-tracks.USA-states {
    columns: 3;
  }
}
