header.AppHeader > * {
    display: none;
}

header.AppHeader {
    color: transparent;
    user-select: none;
}

header.AppHeader > a.AppHeader-title {
    user-select: auto;
    display: inline-block;
}

a.tab[href="/favorites"] {
    display: none;
}

.FavoriteButton {
    visibility: hidden;
}

.PlayerParams-param > label[for="soundfont"] {
  display: none;
}

.PlayerParams-param > select#soundfont {
  display: none;
}

.Announcements {
  display: none;
}

@media only screen and (max-width: 600px) {
    html {
        zoom: 1.2;  
    }
}

  @media only screen and (min-width: 601px) and (max-width: 800px)  {
    html {
      zoom: 1.1;        
    }
  }

  @media only screen and (min-width: 801px) {
    html {
      zoom: 1;
    }
  }