#code, #output {
  display: block;
  padding: 0;
  margin: 0; }

/* Ace Editor */
/* Beware: don't change this or it'll never work again */
#editor {
  position: relative;
  padding: 0;
  margin: 0;
  border-right: 1px solid #ccc;
  /* this seems a bit hackish */
  min-width: 500px;
  min-height: 800px;
  /* doesn't work */
  max-height: 100%;
  max-width: 100%; }

#output-iframe {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  /* exterminate the hideous border */
  /* this seems a bit hackish */
  min-width: 800px;
  min-height: 800px;
  /* doesn't work */
  max-height: 100%;
  max-width: 100%; }

/*# sourceMappingURL=style.css.map */
