/* note: minimal new styling here, mostly this just hides elements on the main interface
   that we don't want to display in the embedded one. */

#navbar {
}

body {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

#content_area {
  width: 100%;
  height: 90%;
  overflow: hidden;
}

#playfield div.canvas_container {
  width: 100%;
  height: 90%;
}
