.flex{display:flex}.inline{display:inline-flex}.column{flex-direction:column}.row{flex-direction:row}.columnReverse{flex-direction:column-reverse}.rowReverse{flex-direction:row-reverse}.contentEnd{justify-content:flex-end}.contentCenter{justify-content:center}.contentSpaceAround{justify-content:space-around}.contentSpaceBetween{justify-content:space-between}.contentSpaceEvenly{justify-content:space-evenly}.contentStart{justify-content:flex-start}.alignStart{align-content:flex-start}.alignEnd{align-items:flex-end;align-content:flex-end}.alignCenter{align-items:center;align-content:center}.alignStretch{align-items:stretch;align-content:stretch}.noWrap{flex-wrap:nowrap}.wrap{flex-wrap:wrap}.rowWrap{flex-flow:row wrap}