.Row{display:block;width:100%;max-width:1000px;color:#000}.FlexRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.FlexReverseRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.FlexColumn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.FlexColumnReverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse nowrap}.FlexWrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.JustifyStart{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.JustifySA{-ms-flex-pack:distribute;justify-content:space-around}.JustifySB{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.JustifyCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.JustifyEnd{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.AlignCenter{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.AlignStretch{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.AlignEnd{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end}.AlignItemsStart{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.FlexGrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
