/* User Panel occupies the normal module area directly beneath the hero. */
body[data-route="account"] .main {
  display:block;
  padding:0;
  background:transparent;
}
body[data-route="account"] .main > .content {
  width:100%;
  min-width:0;
}
.navigation-strip a.navigation-account.active {
  background:#c1e1fa26;
  color:#fff;
  border-bottom-color:#a3d8ff;
}
.user-panel-inline {
  width:100%;
  min-width:0;
  overflow:hidden;
  background:#b8dcf3 url("../assets/silver-ice-home-city-sky-v1.png") center top / cover no-repeat;
}
.user-panel-inline iframe {
  display:block;
  width:100%;
  height:900px;
  border:0;
  background:#b8dcf3 url("../assets/silver-ice-home-city-sky-v1.png") center top / cover no-repeat;
}
