#app {
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}
#tclTop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
#convertListToTclDiv {
  display: flex;
  column-gap: 1em;
  align-items: baseline;
  max-width: 100%;
}
#convertListToTclDiv > * {
  white-space: nowrap;
}
#convertListToTclDiv code {
  flex-basis: 0;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  flex-shrink: 1;
  flex-grow: 1;
}
#tclTop textarea {
  flex-basis: 100%;
}
#singleGridRequest td:not(:first-child) {
  text-align: right;
}
