body {
  margin: 0;
  font-family: sans-serif;
}

#App {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

#Control {
  margin-top: 10px;
  width: 22%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #Control {
    width: 90%;
  }
}

#CnvImage {
  display: none;
}

.InputField {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#InpItemDesc {
  height: 300px;
  resize: none;
  white-space: pre-wrap;
}
