/* Iframe wrapper CSS used on the client side */

#top-nav-bar {
  width: 100%;
  height: 88px; /* default */
  position: fixed;
  z-index: 999999;
  top: 0;
  border: 0;
}

#top-nav-bar.tnb-user-anonymous {
  height: 88px; /* including classic subnav */
}

#top-nav-bar.tnb-user-authenticated {
  height: 57px; /* excluding classic subnav */
}

#top-nav-bar-placeholder {
  width: 100%;
  height: 88px; /* default */
  display: block;
  position: relative;
}

#top-nav-bar-placeholder.tnb-user-anonymous {
  height: 88px; /* including classic subnav */
}

#top-nav-bar-placeholder.tnb-user-authenticated {
  height: 57px; /* excluding classic subnav */
}