body.app-view {
  margin: 0px;
}
body.app-view iframe {
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}

.app-title {
  background-color: #ccc;
  padding: 1em;
  height: 3em;
}

.app-title .name {
  display: inline-block;
  margin-top: 1em;
}

.app-title .buttons {
  display: inline-block;
  float: right;
  margin-top: 1em;
}

.app-pane {
  position: absolute;
  top: 5em;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.app {
  display: inline-block;
  padding: 1em;
}

.app .name {
  margin-top: 0.5em;
  text-align: center;
}

.app .icon {
  width: 128px;
  height: 128px;
}

.info {
  text-align: center;
  margin: 2em;
}
