.details > label {
  margin-bottom: 10px;
}
.details > label:first-of-type {
  margin-top: 10px;
}
.details > label:last-of-type {
  margin-bottom: 0;
}
.option {
  display: block;
  margin: 5px 10px 5px 0;
}
.grid-wrapper {
  display: flex;
  flex: 1 1 0px;
}
.margin-container {
  position: relative;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  width: 360px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.margin-container > div {
  position: absolute;
  top: -10px;
  left: 5px;
  background-color: white;
}

.column.margin-container label {
  width: 115px;
  white-space: nowrap;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.column.margin-container input {
  max-width: 40px;
  margin: 2px;
}

.grid-wrapper > div {
  width: 100%;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
}
