﻿.fss{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;}
.fsc{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
.fse{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-end;}
.fsbs{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-start;}
.fsbc{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;}
.fsbe{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-end;}
.fes{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: flex-start;}
.fec{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: center;}
.fee{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: flex-end;}
.fcs{display: flex;display: -webkit-flex;justify-content: center;align-items: flex-start;}
.fcc{display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fce{display: flex;display: -webkit-flex;justify-content: center;align-items: flex-end;}
.fccw{display: flex;display: -webkit-flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.fssw{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.fscw{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.fsew{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-end;flex-wrap: wrap;}
.fsbcw{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.fsbsw{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.fcsbs{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.fcsas{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-around;align-items: flex-start;}
.fcsbc{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: center;}
.fcsbe{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: flex-end;}
.fccc{display: flex;display: -webkit-flex;justify-content: center;align-items: center;flex-direction: column;}
.fcss{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;}
.fcsc{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;flex-direction: column;}
.f0{flex-shrink: 0;}