.hbox {
  display: flex;
  flex-direction: row;
}

.vbox {
  display: flex;
  flex-direction: column;
}

.userText {
  width: 500px;
  height: 500px;
}

.symbolType {
    margin-top: 0;
}

dialog {
  width: 200px;
}
