.common {
  display: flex;
}

.common > * {
  flex: 1;
}

.common > * + * {
  margin-left: 10px;
}
