﻿.flex {
    display: flex;
}

.flex-valign-bottom {
    align-self: flex-end;
}

.flex-1x {
    flex-grow: 1;
    flex-basis: 0;
}