.flex-row{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:flex}.flex-column{display:-webkit-flex;display:-webkit-box;display:-moz-flex;-moz-flex-direction:column;flex-direction:column;display:flex}.flex-resize{-moz-flex:1 1 100%;flex:100%}.flex-noresize{-moz-flex:0 0 auto;flex:none}.flex-align-start{-webkit-flex-align:flex-start;-webkit-box-align:flex-start;-moz-align-items:flex-start;align-items:flex-start}.flex-align-center{-webkit-flex-align:center;-moz-align-items:center;align-items:center}.flex-align-stretch{-webkit-flex-align:stretch;-moz-align-items:stretch;align-items:stretch}.flex-align-end{-webkit-flex-align:flex-end;-webkit-box-align:flex-end;-moz-align-items:flex-end;align-items:flex-end}.flex-justify-center{-webkit-flex-justify:center;-moz-justify-content:center;justify-content:center}.flex-justify-space-between{-webkit-flex-justify:space-between;-webkit-box-pack:space-between;-moz-justify-content:space-between;justify-content:space-between}.flex-justify-space-around{-webkit-flex-justify:space-around;-webkit-box-pack:space-around;-moz-justify-content:space-around;justify-content:space-around}.flex-justify-end{-webkit-flex-justify:flex-end;-webkit-box-pack:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.flex-wrap{-moz-flex-wrap:wrap;flex-wrap:wrap}