.ternBox{display:flex}.ternBox.directionRow{flex-direction:row}.ternBox.directionColumn{flex-direction:column}.ternBox.directionRowReverse{flex-direction:row-reverse}.ternBox.directionColumnReverse{flex-direction:column-reverse}.ternBox.alignContentStretch{align-content:stretch}.ternBox.alignContentCenter{align-content:center}.ternBox.alignContentSpaceAround{align-content:space-around}.ternBox.alignContentSpaceEvenly{align-content:space-evenly}.ternBox.alignContentSpaceBetween{align-content:space-between}.ternBox.alignContentFlexStart{align-content:flex-start}.ternBox.alignContentFlexEnd{align-content:flex-end}.ternBox.justifyContentCenter{justify-content:center}.ternBox.justifyContentSpaceBetween{justify-content:space-between}.ternBox.justifyContentSpaceAround{justify-content:space-around}.ternBox.justifyContentSpaceEvenly{justify-content:space-evenly}.ternBox.justifyContentFlexStart{justify-content:flex-start}.ternBox.justifyContentFlexEnd{justify-content:flex-end}.ternBox.alignItemsStretch{align-items:stretch}.ternBox.alignItemsBaseline{align-items:baseline}.ternBox.alignItemsCenter{align-items:center}.ternBox.alignItemsSpaceBetween{align-items:space-between}.ternBox.alignItemsFlexStart{align-items:flex-start}.ternBox.alignItemsFlexEnd{align-items:flex-end}.ternBox.alignSelfCenter{align-self:center}.ternBox.flexWrap{flex-wrap:wrap}.ternBox.flexNowrap{flex-wrap:nowrap}.ternBox.flexWrapReverse{flex-wrap:wrap-reverse}.ternBox.textAlignLeft{text-align:left}.ternBox.textAlignCenter{text-align:center}.ternBox.textAlignRight{text-align:right}