/* UNDO: Don't let the header get small enough to wrap. */
div.header
  {
  min-width: inherit;
  }

/* UNDO: Don't let the menu get small enough to wrap. */
ul.menu
  {
  min-width: inherit;
  }

/* Make the content title download button a block and turn off float. */
.content h1.title,
.content h1.title span.app
  {
  display: block;
  float: none;
  }

/* Fudge the position of the content title. */
.content h1.title span.app img
  {
  vertical-align: -12px;
  }

/* Hide the download button. */
.content h1.title a.button
  {
  display: none;
  }

/* Hide any background on mobile. */
.background
  {
  display: none;
  }
