body {
  text-align: center;
}

textarea {
  width: 49%;
  float: top;
  min-height: 250px;
  overflow: scroll;
  margin: auto;
  display: inline-block;
  background: #f4f4f9;
  outline: none;
  font-family: Courier, sans-serif;
  font-size: 12px;
}

iframe {
  bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#js {display:none};