body {
  background: #f5f5f5;
}

#wrapper {
  display: flex;
}

#output {
  white-space: pre;
  display: block;
}

#input-wrapper, #output-wrapper {
  min-width: 45%;
}

#input-wrapper {
  display: block;
}

#input {
  overflow: hidden;
}

@media (hover: none) {
  body {
    font-size: 1em;
  }
  #input-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #input {
    width: 100%;
    border: none;
    padding: 1em;
    outline: none;
    border-radius: 0;
    resize: none;
    max-height: 50vh;
  }
}

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