.ui-hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ui-vstack {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
}

.flexible-space {
    flex: 1;
}