| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554 |
- /**
- * FAMFAMFAM flag icons CSS.
- *
- * Examples:
- * <i class="famfamfam-flag-fr"> France</i>
- * <i class="famfamfam-flag-us"> United States</i>
- */
- [class^="famfamfam-flag"] {
- display: inline-block;
- width: 16px;
- height: 11px;
- line-height: 11px;
- /* vertical-align: text-top; */
- background-image: url("famfamfam-flags.png");
- background-position: 0 0;
- background-repeat: no-repeat;
- }
- .famfamfam-flag-zw {
- background-position: 0px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-zm {
- background-position: -16px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-za {
- background-position: 0px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-yt {
- background-position: -16px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ye {
- background-position: -32px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ws {
- background-position: -32px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-wf {
- background-position: 0px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-wales {
- background-position: -16px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-vu {
- background-position: -32px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-vn {
- background-position: 0px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-vi {
- background-position: -16px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-vg {
- background-position: -32px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ve {
- background-position: -48px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-vc {
- background-position: -48px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-va {
- background-position: -48px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-uz {
- background-position: -48px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-uy {
- background-position: 0px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-us {
- background-position: -16px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-um {
- background-position: -16px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ug {
- background-position: -32px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ua {
- background-position: -48px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tz {
- background-position: -64px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tw {
- background-position: -64px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tv {
- background-position: -64px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tt {
- background-position: -64px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tr {
- background-position: -64px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-to {
- background-position: 0px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tn {
- background-position: -16px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tm {
- background-position: -32px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tl {
- background-position: -48px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tk {
- background-position: -64px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tj {
- background-position: 0px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-th {
- background-position: -16px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tg {
- background-position: -32px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tf {
- background-position: -48px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-td {
- background-position: -64px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-tc {
- background-position: -80px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sz {
- background-position: -80px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sy {
- background-position: -80px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sx {
- background-position: -80px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sv {
- background-position: -80px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-st {
- background-position: -80px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ss {
- background-position: -80px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sr {
- background-position: 0px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-so {
- background-position: -16px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sn {
- background-position: -32px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sm {
- background-position: -48px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sl {
- background-position: -64px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sk {
- background-position: -80px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-si {
- background-position: -96px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sh {
- background-position: -96px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sg {
- background-position: -96px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-se {
- background-position: -96px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sd {
- background-position: -96px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-scotland {
- background-position: -96px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sc {
- background-position: -96px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sb {
- background-position: -96px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sa {
- background-position: 0px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-rw {
- background-position: -16px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ru {
- background-position: -32px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-rs {
- background-position: -48px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ro {
- background-position: -64px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-qa {
- background-position: -80px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-py {
- background-position: -96px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pw {
- background-position: 0px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pt {
- background-position: -16px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ps {
- background-position: -32px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pr {
- background-position: -48px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pn {
- background-position: -64px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pm {
- background-position: -80px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pl {
- background-position: -96px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pk {
- background-position: -112px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ph {
- background-position: -112px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pg {
- background-position: -112px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pf {
- background-position: -112px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pe {
- background-position: -112px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-pa {
- background-position: -112px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-om {
- background-position: -112px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nz {
- background-position: -112px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nu {
- background-position: -112px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nr {
- background-position: -112px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-no {
- background-position: 0px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bv {
- background-position: 0px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-sj {
- background-position: 0px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nl {
- background-position: -16px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ni {
- background-position: -32px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ng {
- background-position: -48px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nf {
- background-position: -64px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ne {
- background-position: -80px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-nc {
- background-position: -96px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-na {
- background-position: -112px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mz {
- background-position: -128px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-my {
- background-position: -128px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mx {
- background-position: -128px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mw {
- background-position: -128px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mv {
- background-position: -128px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mu {
- background-position: -128px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mt {
- background-position: -128px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ms {
- background-position: -128px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mr {
- background-position: -128px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mq {
- background-position: -128px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mp {
- background-position: -128px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mo {
- background-position: 0px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mn {
- background-position: -16px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mm {
- background-position: -32px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ml {
- background-position: -48px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mk {
- background-position: -64px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mh {
- background-position: -80px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mg {
- background-position: -96px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-me {
- background-position: 0px -132px;
- width: 16px;
- height: 12px;
- }
- .famfamfam-flag-md {
- background-position: -112px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mc {
- background-position: -128px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ma {
- background-position: -16px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ly {
- background-position: -32px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lv {
- background-position: -48px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lu {
- background-position: -64px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lt {
- background-position: -80px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ls {
- background-position: -96px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lr {
- background-position: -112px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lk {
- background-position: -128px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-li {
- background-position: -144px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lc {
- background-position: -144px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-lb {
- background-position: -144px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-la {
- background-position: -144px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kz {
- background-position: -144px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ky {
- background-position: -144px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kw {
- background-position: -144px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kr {
- background-position: -144px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kp {
- background-position: -144px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kn {
- background-position: -144px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-km {
- background-position: -144px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ki {
- background-position: -144px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kh {
- background-position: -144px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-kg {
- background-position: 0px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ke {
- background-position: -16px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-jp {
- background-position: -32px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-jo {
- background-position: -48px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-jm {
- background-position: -64px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-je {
- background-position: -80px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-it {
- background-position: -96px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-is {
- background-position: -112px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ir {
- background-position: -128px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-iq {
- background-position: -144px -144px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-io {
- background-position: -160px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-in {
- background-position: -160px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-im {
- background-position: -160px -22px;
- width: 16px;
- height: 9px;
- }
- .famfamfam-flag-il {
- background-position: -160px -31px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ie {
- background-position: -160px -42px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-id {
- background-position: -160px -53px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-hu {
- background-position: -160px -64px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ht {
- background-position: -160px -75px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-hr {
- background-position: -160px -86px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-hn {
- background-position: -160px -97px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-hk {
- background-position: -160px -108px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gy {
- background-position: -160px -119px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gw {
- background-position: -160px -130px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gu {
- background-position: -160px -141px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gt {
- background-position: 0px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gs {
- background-position: -16px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gr {
- background-position: -32px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gq {
- background-position: -48px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gp {
- background-position: -64px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gn {
- background-position: -80px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gm {
- background-position: -96px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gl {
- background-position: -112px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gi {
- background-position: -128px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gh {
- background-position: -144px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gg {
- background-position: -160px -155px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ge {
- background-position: -176px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gd {
- background-position: -176px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gb {
- background-position: -176px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ga {
- background-position: -176px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fr {
- background-position: -176px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-gf {
- background-position: -176px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-re {
- background-position: -176px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-mf {
- background-position: -176px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bl {
- background-position: -176px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fo {
- background-position: -176px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fm {
- background-position: -176px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fk {
- background-position: -176px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fj {
- background-position: -176px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fi {
- background-position: -176px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-fam {
- background-position: -176px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-eu {
- background-position: -176px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-et {
- background-position: -176px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-es {
- background-position: -176px -143px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-er {
- background-position: -176px -154px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-england {
- background-position: 0px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-eh {
- background-position: -16px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-eg {
- background-position: -32px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ee {
- background-position: -48px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ec {
- background-position: -64px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-dz {
- background-position: -80px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-do {
- background-position: -96px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-dm {
- background-position: -112px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-dk {
- background-position: -128px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-dj {
- background-position: -144px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-de {
- background-position: -160px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cz {
- background-position: -176px -166px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cy {
- background-position: 0px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cx {
- background-position: -16px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cw {
- background-position: -32px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cv {
- background-position: -48px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cu {
- background-position: -64px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cs {
- background-position: -80px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cr {
- background-position: -96px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-co {
- background-position: -112px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cn {
- background-position: -128px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cm {
- background-position: -144px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cl {
- background-position: -160px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ck {
- background-position: -176px -177px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ci {
- background-position: -192px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cg {
- background-position: -192px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cf {
- background-position: -192px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cd {
- background-position: -192px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-cc {
- background-position: -192px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-catalonia {
- background-position: -192px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ca {
- background-position: -192px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bz {
- background-position: -192px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-by {
- background-position: -192px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bw {
- background-position: -192px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bt {
- background-position: -192px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bs {
- background-position: -192px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-br {
- background-position: -192px -132px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bq {
- background-position: -192px -143px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bo {
- background-position: -192px -154px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bn {
- background-position: -192px -165px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bm {
- background-position: -192px -176px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bj {
- background-position: 0px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bi {
- background-position: -16px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bh {
- background-position: -32px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bg {
- background-position: -48px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bf {
- background-position: -64px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-be {
- background-position: -80px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bd {
- background-position: -96px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-bb {
- background-position: -112px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ba {
- background-position: -128px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-az {
- background-position: -144px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ax {
- background-position: -160px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-aw {
- background-position: -176px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-au {
- background-position: -192px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-hm {
- background-position: -192px -188px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-at {
- background-position: -208px 0px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-as {
- background-position: -208px -11px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ar {
- background-position: -208px -22px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ao {
- background-position: -208px -33px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-an {
- background-position: -208px -44px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-am {
- background-position: -208px -55px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-al {
- background-position: -208px -66px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ai {
- background-position: -208px -77px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ag {
- background-position: -208px -88px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-af {
- background-position: -208px -99px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ae {
- background-position: -208px -110px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-ad {
- background-position: -208px -121px;
- width: 16px;
- height: 11px;
- }
- .famfamfam-flag-np {
- background-position: -208px -132px;
- width: 9px;
- height: 11px;
- }
- .famfamfam-flag-ch {
- background-position: -208px -143px;
- width: 11px;
- height: 11px;
- }
|