.outer {
  display: flex;
  height: 100%;
}

.drop-col {
  padding-left: 10px;
  box-sizing: border-box;
  flex: 1 1 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 0px;
}

.drop-target {
  border: 1px solid #888;
  background-color: #88cc88;
  padding: 10px;
}

.json-display {
  padding-top: 10px;
  box-sizing: border-box;
  flex: 1 1 auto;
  border: 1px solid #888;
  background-color: #f8f8f8;
  overflow: auto;
}

.json-row {
  border: 1px solid grey;
  margin: 4px;
  white-space: nowrap;
  display: inline-block;
}

.grid-col {
  flex: 1 1 auto;
  height: 100%;
}

.green-row {
  background-color: #ddffdd !important;
}

.red-row {
  background-color: #ffdddd !important;
}

.blue-row {
  background-color: #ddddff !important;
}

#myGrid {
  width: 100%;
  height: 100%;
}
