.aligner {
  display: flex;
  align-items: center;
}

.aligner-item {
	display:block;
  flex-grow: 1;
}

