html.shell-embed .top-nav,
html.shell-embed #loginScreen,
html.shell-embed .login-screen {
  display: none !important;
}

html.shell-embed body.locked .container {
  display: block !important;
}

html.shell-embed body {
  background: transparent !important;
  color: #dbe8ff;
}

html.shell-embed .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 12px 32px;
  box-sizing: border-box;
}
