famfamfam-flags.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499
  1. .famfamfam-flags {
  2. background: url( 'famfamfam-flags.png' ) no-repeat;
  3. background-size: 224px 199px;
  4. }
  5. .famfamfam-flags.me {
  6. width: 16px;
  7. height: 12px;
  8. background-position: 0px 0px;
  9. }
  10. .famfamfam-flags.ky {
  11. width: 16px;
  12. height: 11px;
  13. background-position: -16px 0px;
  14. }
  15. .famfamfam-flags.af {
  16. width: 16px;
  17. height: 11px;
  18. background-position: 0px -12px;
  19. }
  20. .famfamfam-flags.ag {
  21. width: 16px;
  22. height: 11px;
  23. background-position: -16px -12px;
  24. }
  25. .famfamfam-flags.ai {
  26. width: 16px;
  27. height: 11px;
  28. background-position: -32px 0px;
  29. }
  30. .famfamfam-flags.al {
  31. width: 16px;
  32. height: 11px;
  33. background-position: -32px -11px;
  34. }
  35. .famfamfam-flags.am {
  36. width: 16px;
  37. height: 11px;
  38. background-position: 0px -23px;
  39. }
  40. .famfamfam-flags.an {
  41. width: 16px;
  42. height: 11px;
  43. background-position: -16px -23px;
  44. }
  45. .famfamfam-flags.ao {
  46. width: 16px;
  47. height: 11px;
  48. background-position: -32px -23px;
  49. }
  50. .famfamfam-flags.ar {
  51. width: 16px;
  52. height: 11px;
  53. background-position: 0px -34px;
  54. }
  55. .famfamfam-flags.as {
  56. width: 16px;
  57. height: 11px;
  58. background-position: -16px -34px;
  59. }
  60. .famfamfam-flags.at {
  61. width: 16px;
  62. height: 11px;
  63. background-position: -32px -34px;
  64. }
  65. .famfamfam-flags.au {
  66. width: 16px;
  67. height: 11px;
  68. background-position: -48px 0px;
  69. }
  70. .famfamfam-flags.aw {
  71. width: 16px;
  72. height: 11px;
  73. background-position: -48px -11px;
  74. }
  75. .famfamfam-flags.ax {
  76. width: 16px;
  77. height: 11px;
  78. background-position: -48px -22px;
  79. }
  80. .famfamfam-flags.az {
  81. width: 16px;
  82. height: 11px;
  83. background-position: -48px -33px;
  84. }
  85. .famfamfam-flags.ba {
  86. width: 16px;
  87. height: 11px;
  88. background-position: 0px -45px;
  89. }
  90. .famfamfam-flags.bb {
  91. width: 16px;
  92. height: 11px;
  93. background-position: -16px -45px;
  94. }
  95. .famfamfam-flags.bd {
  96. width: 16px;
  97. height: 11px;
  98. background-position: -32px -45px;
  99. }
  100. .famfamfam-flags.be {
  101. width: 16px;
  102. height: 11px;
  103. background-position: -48px -45px;
  104. }
  105. .famfamfam-flags.bf {
  106. width: 16px;
  107. height: 11px;
  108. background-position: -64px 0px;
  109. }
  110. .famfamfam-flags.bg {
  111. width: 16px;
  112. height: 11px;
  113. background-position: -64px -11px;
  114. }
  115. .famfamfam-flags.bh {
  116. width: 16px;
  117. height: 11px;
  118. background-position: -64px -22px;
  119. }
  120. .famfamfam-flags.bi {
  121. width: 16px;
  122. height: 11px;
  123. background-position: -64px -33px;
  124. }
  125. .famfamfam-flags.bj {
  126. width: 16px;
  127. height: 11px;
  128. background-position: -64px -44px;
  129. }
  130. .famfamfam-flags.bm {
  131. width: 16px;
  132. height: 11px;
  133. background-position: 0px -56px;
  134. }
  135. .famfamfam-flags.bn {
  136. width: 16px;
  137. height: 11px;
  138. background-position: -16px -56px;
  139. }
  140. .famfamfam-flags.bo {
  141. width: 16px;
  142. height: 11px;
  143. background-position: -32px -56px;
  144. }
  145. .famfamfam-flags.br {
  146. width: 16px;
  147. height: 11px;
  148. background-position: -48px -56px;
  149. }
  150. .famfamfam-flags.bs {
  151. width: 16px;
  152. height: 11px;
  153. background-position: -64px -56px;
  154. }
  155. .famfamfam-flags.bt {
  156. width: 16px;
  157. height: 11px;
  158. background-position: 0px -67px;
  159. }
  160. .famfamfam-flags.bv {
  161. width: 16px;
  162. height: 11px;
  163. background-position: -16px -67px;
  164. }
  165. .famfamfam-flags.bw {
  166. width: 16px;
  167. height: 11px;
  168. background-position: -32px -67px;
  169. }
  170. .famfamfam-flags.by {
  171. width: 16px;
  172. height: 11px;
  173. background-position: -48px -67px;
  174. }
  175. .famfamfam-flags.bz {
  176. width: 16px;
  177. height: 11px;
  178. background-position: -64px -67px;
  179. }
  180. .famfamfam-flags.ca {
  181. width: 16px;
  182. height: 11px;
  183. background-position: -80px 0px;
  184. }
  185. .famfamfam-flags.catalonia {
  186. width: 16px;
  187. height: 11px;
  188. background-position: -80px -11px;
  189. }
  190. .famfamfam-flags.cc {
  191. width: 16px;
  192. height: 11px;
  193. background-position: -80px -22px;
  194. }
  195. .famfamfam-flags.cd {
  196. width: 16px;
  197. height: 11px;
  198. background-position: -80px -33px;
  199. }
  200. .famfamfam-flags.cf {
  201. width: 16px;
  202. height: 11px;
  203. background-position: -80px -44px;
  204. }
  205. .famfamfam-flags.cg {
  206. width: 16px;
  207. height: 11px;
  208. background-position: -80px -55px;
  209. }
  210. .famfamfam-flags.zm {
  211. width: 16px;
  212. height: 11px;
  213. background-position: -80px -66px;
  214. }
  215. .famfamfam-flags.ci {
  216. width: 16px;
  217. height: 11px;
  218. background-position: 0px -78px;
  219. }
  220. .famfamfam-flags.ck {
  221. width: 16px;
  222. height: 11px;
  223. background-position: -16px -78px;
  224. }
  225. .famfamfam-flags.cl {
  226. width: 16px;
  227. height: 11px;
  228. background-position: -32px -78px;
  229. }
  230. .famfamfam-flags.cm {
  231. width: 16px;
  232. height: 11px;
  233. background-position: -48px -78px;
  234. }
  235. .famfamfam-flags.cn {
  236. width: 16px;
  237. height: 11px;
  238. background-position: -64px -78px;
  239. }
  240. .famfamfam-flags.co {
  241. width: 16px;
  242. height: 11px;
  243. background-position: -80px -78px;
  244. }
  245. .famfamfam-flags.cr {
  246. width: 16px;
  247. height: 11px;
  248. background-position: -96px 0px;
  249. }
  250. .famfamfam-flags.cs {
  251. width: 16px;
  252. height: 11px;
  253. background-position: -96px -11px;
  254. }
  255. .famfamfam-flags.cu {
  256. width: 16px;
  257. height: 11px;
  258. background-position: -96px -22px;
  259. }
  260. .famfamfam-flags.cv {
  261. width: 16px;
  262. height: 11px;
  263. background-position: -96px -33px;
  264. }
  265. .famfamfam-flags.cx {
  266. width: 16px;
  267. height: 11px;
  268. background-position: -96px -44px;
  269. }
  270. .famfamfam-flags.cy {
  271. width: 16px;
  272. height: 11px;
  273. background-position: -96px -55px;
  274. }
  275. .famfamfam-flags.cz {
  276. width: 16px;
  277. height: 11px;
  278. background-position: -96px -66px;
  279. }
  280. .famfamfam-flags.de {
  281. width: 16px;
  282. height: 11px;
  283. background-position: -96px -77px;
  284. }
  285. .famfamfam-flags.dj {
  286. width: 16px;
  287. height: 11px;
  288. background-position: 0px -89px;
  289. }
  290. .famfamfam-flags.dk {
  291. width: 16px;
  292. height: 11px;
  293. background-position: -16px -89px;
  294. }
  295. .famfamfam-flags.dm {
  296. width: 16px;
  297. height: 11px;
  298. background-position: -32px -89px;
  299. }
  300. .famfamfam-flags.do {
  301. width: 16px;
  302. height: 11px;
  303. background-position: -48px -89px;
  304. }
  305. .famfamfam-flags.dz {
  306. width: 16px;
  307. height: 11px;
  308. background-position: -64px -89px;
  309. }
  310. .famfamfam-flags.ec {
  311. width: 16px;
  312. height: 11px;
  313. background-position: -80px -89px;
  314. }
  315. .famfamfam-flags.ee {
  316. width: 16px;
  317. height: 11px;
  318. background-position: -96px -89px;
  319. }
  320. .famfamfam-flags.eg {
  321. width: 16px;
  322. height: 11px;
  323. background-position: 0px -100px;
  324. }
  325. .famfamfam-flags.eh {
  326. width: 16px;
  327. height: 11px;
  328. background-position: -16px -100px;
  329. }
  330. .famfamfam-flags.england {
  331. width: 16px;
  332. height: 11px;
  333. background-position: -32px -100px;
  334. }
  335. .famfamfam-flags.er {
  336. width: 16px;
  337. height: 11px;
  338. background-position: -48px -100px;
  339. }
  340. .famfamfam-flags.es {
  341. width: 16px;
  342. height: 11px;
  343. background-position: -64px -100px;
  344. }
  345. .famfamfam-flags.et {
  346. width: 16px;
  347. height: 11px;
  348. background-position: -80px -100px;
  349. }
  350. .famfamfam-flags.europeanunion {
  351. width: 16px;
  352. height: 11px;
  353. background-position: -96px -100px;
  354. }
  355. .famfamfam-flags.fam {
  356. width: 16px;
  357. height: 11px;
  358. background-position: -112px 0px;
  359. }
  360. .famfamfam-flags.fi {
  361. width: 16px;
  362. height: 11px;
  363. background-position: -112px -11px;
  364. }
  365. .famfamfam-flags.fj {
  366. width: 16px;
  367. height: 11px;
  368. background-position: -112px -22px;
  369. }
  370. .famfamfam-flags.fk {
  371. width: 16px;
  372. height: 11px;
  373. background-position: -112px -33px;
  374. }
  375. .famfamfam-flags.fm {
  376. width: 16px;
  377. height: 11px;
  378. background-position: -112px -44px;
  379. }
  380. .famfamfam-flags.fo {
  381. width: 16px;
  382. height: 11px;
  383. background-position: -112px -55px;
  384. }
  385. .famfamfam-flags.gp, .famfamfam-flags.mf, .famfamfam-flags.re, .famfamfam-flags.yt, .famfamfam-flags.fr {
  386. width: 16px;
  387. height: 11px;
  388. background-position: -112px -66px;
  389. }
  390. .famfamfam-flags.ga {
  391. width: 16px;
  392. height: 11px;
  393. background-position: -112px -77px;
  394. }
  395. .famfamfam-flags.gb {
  396. width: 16px;
  397. height: 11px;
  398. background-position: -112px -88px;
  399. }
  400. .famfamfam-flags.gd {
  401. width: 16px;
  402. height: 11px;
  403. background-position: -112px -99px;
  404. }
  405. .famfamfam-flags.ge {
  406. width: 16px;
  407. height: 11px;
  408. background-position: 0px -111px;
  409. }
  410. .famfamfam-flags.gf {
  411. width: 16px;
  412. height: 11px;
  413. background-position: -16px -111px;
  414. }
  415. .famfamfam-flags.gg {
  416. width: 16px;
  417. height: 11px;
  418. background-position: -32px -111px;
  419. }
  420. .famfamfam-flags.gh {
  421. width: 16px;
  422. height: 11px;
  423. background-position: -48px -111px;
  424. }
  425. .famfamfam-flags.gi {
  426. width: 16px;
  427. height: 11px;
  428. background-position: -64px -111px;
  429. }
  430. .famfamfam-flags.gl {
  431. width: 16px;
  432. height: 11px;
  433. background-position: -80px -111px;
  434. }
  435. .famfamfam-flags.gm {
  436. width: 16px;
  437. height: 11px;
  438. background-position: -96px -111px;
  439. }
  440. .famfamfam-flags.gn {
  441. width: 16px;
  442. height: 11px;
  443. background-position: -112px -111px;
  444. }
  445. .famfamfam-flags.gp {
  446. width: 16px;
  447. height: 11px;
  448. background-position: -128px 0px;
  449. }
  450. .famfamfam-flags.gq {
  451. width: 16px;
  452. height: 11px;
  453. background-position: -128px -11px;
  454. }
  455. .famfamfam-flags.gr {
  456. width: 16px;
  457. height: 11px;
  458. background-position: -128px -22px;
  459. }
  460. .famfamfam-flags.gs {
  461. width: 16px;
  462. height: 11px;
  463. background-position: -128px -33px;
  464. }
  465. .famfamfam-flags.gt {
  466. width: 16px;
  467. height: 11px;
  468. background-position: -128px -44px;
  469. }
  470. .famfamfam-flags.gu {
  471. width: 16px;
  472. height: 11px;
  473. background-position: -128px -55px;
  474. }
  475. .famfamfam-flags.gw {
  476. width: 16px;
  477. height: 11px;
  478. background-position: -128px -66px;
  479. }
  480. .famfamfam-flags.gy {
  481. width: 16px;
  482. height: 11px;
  483. background-position: -128px -77px;
  484. }
  485. .famfamfam-flags.hk {
  486. width: 16px;
  487. height: 11px;
  488. background-position: -128px -88px;
  489. }
  490. .famfamfam-flags.hm {
  491. width: 16px;
  492. height: 11px;
  493. background-position: -128px -99px;
  494. }
  495. .famfamfam-flags.hn {
  496. width: 16px;
  497. height: 11px;
  498. background-position: -128px -110px;
  499. }
  500. .famfamfam-flags.hr {
  501. width: 16px;
  502. height: 11px;
  503. background-position: 0px -122px;
  504. }
  505. .famfamfam-flags.ht {
  506. width: 16px;
  507. height: 11px;
  508. background-position: -16px -122px;
  509. }
  510. .famfamfam-flags.hu {
  511. width: 16px;
  512. height: 11px;
  513. background-position: -32px -122px;
  514. }
  515. .famfamfam-flags.id {
  516. width: 16px;
  517. height: 11px;
  518. background-position: -48px -122px;
  519. }
  520. .famfamfam-flags.ie {
  521. width: 16px;
  522. height: 11px;
  523. background-position: -64px -122px;
  524. }
  525. .famfamfam-flags.il {
  526. width: 16px;
  527. height: 11px;
  528. background-position: -80px -122px;
  529. }
  530. .famfamfam-flags.in {
  531. width: 16px;
  532. height: 11px;
  533. background-position: -96px -122px;
  534. }
  535. .famfamfam-flags.io {
  536. width: 16px;
  537. height: 11px;
  538. background-position: -112px -122px;
  539. }
  540. .famfamfam-flags.iq {
  541. width: 16px;
  542. height: 11px;
  543. background-position: -128px -122px;
  544. }
  545. .famfamfam-flags.ir {
  546. width: 16px;
  547. height: 11px;
  548. background-position: 0px -133px;
  549. }
  550. .famfamfam-flags.is {
  551. width: 16px;
  552. height: 11px;
  553. background-position: -16px -133px;
  554. }
  555. .famfamfam-flags.it {
  556. width: 16px;
  557. height: 11px;
  558. background-position: -32px -133px;
  559. }
  560. .famfamfam-flags.je {
  561. width: 16px;
  562. height: 11px;
  563. background-position: -48px -133px;
  564. }
  565. .famfamfam-flags.jm {
  566. width: 16px;
  567. height: 11px;
  568. background-position: -64px -133px;
  569. }
  570. .famfamfam-flags.jo {
  571. width: 16px;
  572. height: 11px;
  573. background-position: -80px -133px;
  574. }
  575. .famfamfam-flags.jp {
  576. width: 16px;
  577. height: 11px;
  578. background-position: -96px -133px;
  579. }
  580. .famfamfam-flags.ke {
  581. width: 16px;
  582. height: 11px;
  583. background-position: -112px -133px;
  584. }
  585. .famfamfam-flags.kg {
  586. width: 16px;
  587. height: 11px;
  588. background-position: -128px -133px;
  589. }
  590. .famfamfam-flags.kh {
  591. width: 16px;
  592. height: 11px;
  593. background-position: -144px 0px;
  594. }
  595. .famfamfam-flags.ki {
  596. width: 16px;
  597. height: 11px;
  598. background-position: -144px -11px;
  599. }
  600. .famfamfam-flags.km {
  601. width: 16px;
  602. height: 11px;
  603. background-position: -144px -22px;
  604. }
  605. .famfamfam-flags.kn {
  606. width: 16px;
  607. height: 11px;
  608. background-position: -144px -33px;
  609. }
  610. .famfamfam-flags.kp {
  611. width: 16px;
  612. height: 11px;
  613. background-position: -144px -44px;
  614. }
  615. .famfamfam-flags.kr {
  616. width: 16px;
  617. height: 11px;
  618. background-position: -144px -55px;
  619. }
  620. .famfamfam-flags.kw {
  621. width: 16px;
  622. height: 11px;
  623. background-position: -144px -66px;
  624. }
  625. .famfamfam-flags.ae {
  626. width: 16px;
  627. height: 11px;
  628. background-position: -144px -77px;
  629. }
  630. .famfamfam-flags.kz {
  631. width: 16px;
  632. height: 11px;
  633. background-position: -144px -88px;
  634. }
  635. .famfamfam-flags.la {
  636. width: 16px;
  637. height: 11px;
  638. background-position: -144px -99px;
  639. }
  640. .famfamfam-flags.lb {
  641. width: 16px;
  642. height: 11px;
  643. background-position: -144px -110px;
  644. }
  645. .famfamfam-flags.lc {
  646. width: 16px;
  647. height: 11px;
  648. background-position: -144px -121px;
  649. }
  650. .famfamfam-flags.li {
  651. width: 16px;
  652. height: 11px;
  653. background-position: -144px -132px;
  654. }
  655. .famfamfam-flags.lk {
  656. width: 16px;
  657. height: 11px;
  658. background-position: 0px -144px;
  659. }
  660. .famfamfam-flags.lr {
  661. width: 16px;
  662. height: 11px;
  663. background-position: -16px -144px;
  664. }
  665. .famfamfam-flags.ls {
  666. width: 16px;
  667. height: 11px;
  668. background-position: -32px -144px;
  669. }
  670. .famfamfam-flags.lt {
  671. width: 16px;
  672. height: 11px;
  673. background-position: -48px -144px;
  674. }
  675. .famfamfam-flags.lu {
  676. width: 16px;
  677. height: 11px;
  678. background-position: -64px -144px;
  679. }
  680. .famfamfam-flags.lv {
  681. width: 16px;
  682. height: 11px;
  683. background-position: -80px -144px;
  684. }
  685. .famfamfam-flags.ly {
  686. width: 16px;
  687. height: 11px;
  688. background-position: -96px -144px;
  689. }
  690. .famfamfam-flags.ma {
  691. width: 16px;
  692. height: 11px;
  693. background-position: -112px -144px;
  694. }
  695. .famfamfam-flags.mc {
  696. width: 16px;
  697. height: 11px;
  698. background-position: -128px -144px;
  699. }
  700. .famfamfam-flags.md {
  701. width: 16px;
  702. height: 11px;
  703. background-position: -144px -144px;
  704. }
  705. .famfamfam-flags.ad {
  706. width: 16px;
  707. height: 11px;
  708. background-position: -160px 0px;
  709. }
  710. .famfamfam-flags.mg {
  711. width: 16px;
  712. height: 11px;
  713. background-position: -160px -11px;
  714. }
  715. .famfamfam-flags.mh {
  716. width: 16px;
  717. height: 11px;
  718. background-position: -160px -22px;
  719. }
  720. .famfamfam-flags.mk {
  721. width: 16px;
  722. height: 11px;
  723. background-position: -160px -33px;
  724. }
  725. .famfamfam-flags.ml {
  726. width: 16px;
  727. height: 11px;
  728. background-position: -160px -44px;
  729. }
  730. .famfamfam-flags.mm {
  731. width: 16px;
  732. height: 11px;
  733. background-position: -160px -55px;
  734. }
  735. .famfamfam-flags.mn {
  736. width: 16px;
  737. height: 11px;
  738. background-position: -160px -66px;
  739. }
  740. .famfamfam-flags.mo {
  741. width: 16px;
  742. height: 11px;
  743. background-position: -160px -77px;
  744. }
  745. .famfamfam-flags.mp {
  746. width: 16px;
  747. height: 11px;
  748. background-position: -160px -88px;
  749. }
  750. .famfamfam-flags.mq {
  751. width: 16px;
  752. height: 11px;
  753. background-position: -160px -99px;
  754. }
  755. .famfamfam-flags.mr {
  756. width: 16px;
  757. height: 11px;
  758. background-position: -160px -110px;
  759. }
  760. .famfamfam-flags.ms {
  761. width: 16px;
  762. height: 11px;
  763. background-position: -160px -121px;
  764. }
  765. .famfamfam-flags.mt {
  766. width: 16px;
  767. height: 11px;
  768. background-position: -160px -132px;
  769. }
  770. .famfamfam-flags.mu {
  771. width: 16px;
  772. height: 11px;
  773. background-position: -160px -143px;
  774. }
  775. .famfamfam-flags.mv {
  776. width: 16px;
  777. height: 11px;
  778. background-position: 0px -155px;
  779. }
  780. .famfamfam-flags.mw {
  781. width: 16px;
  782. height: 11px;
  783. background-position: -16px -155px;
  784. }
  785. .famfamfam-flags.mx {
  786. width: 16px;
  787. height: 11px;
  788. background-position: -32px -155px;
  789. }
  790. .famfamfam-flags.my {
  791. width: 16px;
  792. height: 11px;
  793. background-position: -48px -155px;
  794. }
  795. .famfamfam-flags.mz {
  796. width: 16px;
  797. height: 11px;
  798. background-position: -64px -155px;
  799. }
  800. .famfamfam-flags.na {
  801. width: 16px;
  802. height: 11px;
  803. background-position: -80px -155px;
  804. }
  805. .famfamfam-flags.nc {
  806. width: 16px;
  807. height: 11px;
  808. background-position: -96px -155px;
  809. }
  810. .famfamfam-flags.ne {
  811. width: 16px;
  812. height: 11px;
  813. background-position: -112px -155px;
  814. }
  815. .famfamfam-flags.nf {
  816. width: 16px;
  817. height: 11px;
  818. background-position: -128px -155px;
  819. }
  820. .famfamfam-flags.ng {
  821. width: 16px;
  822. height: 11px;
  823. background-position: -144px -155px;
  824. }
  825. .famfamfam-flags.ni {
  826. width: 16px;
  827. height: 11px;
  828. background-position: -160px -155px;
  829. }
  830. .famfamfam-flags.bq, .famfamfam-flags.nl {
  831. width: 16px;
  832. height: 11px;
  833. background-position: -176px 0px;
  834. }
  835. .famfamfam-flags.no {
  836. width: 16px;
  837. height: 11px;
  838. background-position: -176px -11px;
  839. }
  840. .famfamfam-flags.za {
  841. width: 16px;
  842. height: 11px;
  843. background-position: -176px -22px;
  844. }
  845. .famfamfam-flags.nr {
  846. width: 16px;
  847. height: 11px;
  848. background-position: -176px -33px;
  849. }
  850. .famfamfam-flags.nu {
  851. width: 16px;
  852. height: 11px;
  853. background-position: -176px -44px;
  854. }
  855. .famfamfam-flags.nz {
  856. width: 16px;
  857. height: 11px;
  858. background-position: -176px -55px;
  859. }
  860. .famfamfam-flags.om {
  861. width: 16px;
  862. height: 11px;
  863. background-position: -176px -66px;
  864. }
  865. .famfamfam-flags.pa {
  866. width: 16px;
  867. height: 11px;
  868. background-position: -176px -77px;
  869. }
  870. .famfamfam-flags.pe {
  871. width: 16px;
  872. height: 11px;
  873. background-position: -176px -88px;
  874. }
  875. .famfamfam-flags.pf {
  876. width: 16px;
  877. height: 11px;
  878. background-position: -176px -99px;
  879. }
  880. .famfamfam-flags.pg {
  881. width: 16px;
  882. height: 11px;
  883. background-position: -176px -110px;
  884. }
  885. .famfamfam-flags.ph {
  886. width: 16px;
  887. height: 11px;
  888. background-position: -176px -121px;
  889. }
  890. .famfamfam-flags.pk {
  891. width: 16px;
  892. height: 11px;
  893. background-position: -176px -132px;
  894. }
  895. .famfamfam-flags.pl {
  896. width: 16px;
  897. height: 11px;
  898. background-position: -176px -143px;
  899. }
  900. .famfamfam-flags.pm {
  901. width: 16px;
  902. height: 11px;
  903. background-position: -176px -154px;
  904. }
  905. .famfamfam-flags.pn {
  906. width: 16px;
  907. height: 11px;
  908. background-position: 0px -166px;
  909. }
  910. .famfamfam-flags.pr {
  911. width: 16px;
  912. height: 11px;
  913. background-position: -16px -166px;
  914. }
  915. .famfamfam-flags.ps {
  916. width: 16px;
  917. height: 11px;
  918. background-position: -32px -166px;
  919. }
  920. .famfamfam-flags.pt {
  921. width: 16px;
  922. height: 11px;
  923. background-position: -48px -166px;
  924. }
  925. .famfamfam-flags.pw {
  926. width: 16px;
  927. height: 11px;
  928. background-position: -64px -166px;
  929. }
  930. .famfamfam-flags.py {
  931. width: 16px;
  932. height: 11px;
  933. background-position: -80px -166px;
  934. }
  935. .famfamfam-flags.qa {
  936. width: 16px;
  937. height: 11px;
  938. background-position: -96px -166px;
  939. }
  940. .famfamfam-flags.re {
  941. width: 16px;
  942. height: 11px;
  943. background-position: -112px -166px;
  944. }
  945. .famfamfam-flags.ro {
  946. width: 16px;
  947. height: 11px;
  948. background-position: -128px -166px;
  949. }
  950. .famfamfam-flags.rs {
  951. width: 16px;
  952. height: 11px;
  953. background-position: -144px -166px;
  954. }
  955. .famfamfam-flags.ru {
  956. width: 16px;
  957. height: 11px;
  958. background-position: -160px -166px;
  959. }
  960. .famfamfam-flags.rw {
  961. width: 16px;
  962. height: 11px;
  963. background-position: -176px -166px;
  964. }
  965. .famfamfam-flags.sa {
  966. width: 16px;
  967. height: 11px;
  968. background-position: 0px -177px;
  969. }
  970. .famfamfam-flags.sb {
  971. width: 16px;
  972. height: 11px;
  973. background-position: -16px -177px;
  974. }
  975. .famfamfam-flags.sc {
  976. width: 16px;
  977. height: 11px;
  978. background-position: -32px -177px;
  979. }
  980. .famfamfam-flags.scotland {
  981. width: 16px;
  982. height: 11px;
  983. background-position: -48px -177px;
  984. }
  985. .famfamfam-flags.sd {
  986. width: 16px;
  987. height: 11px;
  988. background-position: -64px -177px;
  989. }
  990. .famfamfam-flags.se {
  991. width: 16px;
  992. height: 11px;
  993. background-position: -80px -177px;
  994. }
  995. .famfamfam-flags.sg {
  996. width: 16px;
  997. height: 11px;
  998. background-position: -96px -177px;
  999. }
  1000. .famfamfam-flags.sh {
  1001. width: 16px;
  1002. height: 11px;
  1003. background-position: -112px -177px;
  1004. }
  1005. .famfamfam-flags.si {
  1006. width: 16px;
  1007. height: 11px;
  1008. background-position: -128px -177px;
  1009. }
  1010. .famfamfam-flags.sj {
  1011. width: 16px;
  1012. height: 11px;
  1013. background-position: -144px -177px;
  1014. }
  1015. .famfamfam-flags.sk {
  1016. width: 16px;
  1017. height: 11px;
  1018. background-position: -160px -177px;
  1019. }
  1020. .famfamfam-flags.sl {
  1021. width: 16px;
  1022. height: 11px;
  1023. background-position: -176px -177px;
  1024. }
  1025. .famfamfam-flags.sm {
  1026. width: 16px;
  1027. height: 11px;
  1028. background-position: -192px 0px;
  1029. }
  1030. .famfamfam-flags.sn {
  1031. width: 16px;
  1032. height: 11px;
  1033. background-position: -192px -11px;
  1034. }
  1035. .famfamfam-flags.so {
  1036. width: 16px;
  1037. height: 11px;
  1038. background-position: -192px -22px;
  1039. }
  1040. .famfamfam-flags.sr {
  1041. width: 16px;
  1042. height: 11px;
  1043. background-position: -192px -33px;
  1044. }
  1045. .famfamfam-flags.st {
  1046. width: 16px;
  1047. height: 11px;
  1048. background-position: -192px -44px;
  1049. }
  1050. .famfamfam-flags.sv {
  1051. width: 16px;
  1052. height: 11px;
  1053. background-position: -192px -55px;
  1054. }
  1055. .famfamfam-flags.sy {
  1056. width: 16px;
  1057. height: 11px;
  1058. background-position: -192px -66px;
  1059. }
  1060. .famfamfam-flags.sz {
  1061. width: 16px;
  1062. height: 11px;
  1063. background-position: -192px -77px;
  1064. }
  1065. .famfamfam-flags.tc {
  1066. width: 16px;
  1067. height: 11px;
  1068. background-position: -192px -88px;
  1069. }
  1070. .famfamfam-flags.td {
  1071. width: 16px;
  1072. height: 11px;
  1073. background-position: -192px -99px;
  1074. }
  1075. .famfamfam-flags.tf {
  1076. width: 16px;
  1077. height: 11px;
  1078. background-position: -192px -110px;
  1079. }
  1080. .famfamfam-flags.tg {
  1081. width: 16px;
  1082. height: 11px;
  1083. background-position: -192px -121px;
  1084. }
  1085. .famfamfam-flags.th {
  1086. width: 16px;
  1087. height: 11px;
  1088. background-position: -192px -132px;
  1089. }
  1090. .famfamfam-flags.tj {
  1091. width: 16px;
  1092. height: 11px;
  1093. background-position: -192px -143px;
  1094. }
  1095. .famfamfam-flags.tk {
  1096. width: 16px;
  1097. height: 11px;
  1098. background-position: -192px -154px;
  1099. }
  1100. .famfamfam-flags.tl {
  1101. width: 16px;
  1102. height: 11px;
  1103. background-position: -192px -165px;
  1104. }
  1105. .famfamfam-flags.tm {
  1106. width: 16px;
  1107. height: 11px;
  1108. background-position: -192px -176px;
  1109. }
  1110. .famfamfam-flags.tn {
  1111. width: 16px;
  1112. height: 11px;
  1113. background-position: 0px -188px;
  1114. }
  1115. .famfamfam-flags.to {
  1116. width: 16px;
  1117. height: 11px;
  1118. background-position: -16px -188px;
  1119. }
  1120. .famfamfam-flags.tr {
  1121. width: 16px;
  1122. height: 11px;
  1123. background-position: -32px -188px;
  1124. }
  1125. .famfamfam-flags.tt {
  1126. width: 16px;
  1127. height: 11px;
  1128. background-position: -48px -188px;
  1129. }
  1130. .famfamfam-flags.tv {
  1131. width: 16px;
  1132. height: 11px;
  1133. background-position: -64px -188px;
  1134. }
  1135. .famfamfam-flags.tw {
  1136. width: 16px;
  1137. height: 11px;
  1138. background-position: -80px -188px;
  1139. }
  1140. .famfamfam-flags.tz {
  1141. width: 16px;
  1142. height: 11px;
  1143. background-position: -96px -188px;
  1144. }
  1145. .famfamfam-flags.ua {
  1146. width: 16px;
  1147. height: 11px;
  1148. background-position: -112px -188px;
  1149. }
  1150. .famfamfam-flags.ug {
  1151. width: 16px;
  1152. height: 11px;
  1153. background-position: -128px -188px;
  1154. }
  1155. .famfamfam-flags.um {
  1156. width: 16px;
  1157. height: 11px;
  1158. background-position: -144px -188px;
  1159. }
  1160. .famfamfam-flags.us {
  1161. width: 16px;
  1162. height: 11px;
  1163. background-position: -160px -188px;
  1164. }
  1165. .famfamfam-flags.uy {
  1166. width: 16px;
  1167. height: 11px;
  1168. background-position: -176px -188px;
  1169. }
  1170. .famfamfam-flags.uz {
  1171. width: 16px;
  1172. height: 11px;
  1173. background-position: -192px -188px;
  1174. }
  1175. .famfamfam-flags.va {
  1176. width: 16px;
  1177. height: 11px;
  1178. background-position: -208px 0px;
  1179. }
  1180. .famfamfam-flags.vc {
  1181. width: 16px;
  1182. height: 11px;
  1183. background-position: -208px -11px;
  1184. }
  1185. .famfamfam-flags.ve {
  1186. width: 16px;
  1187. height: 11px;
  1188. background-position: -208px -22px;
  1189. }
  1190. .famfamfam-flags.vg {
  1191. width: 16px;
  1192. height: 11px;
  1193. background-position: -208px -33px;
  1194. }
  1195. .famfamfam-flags.vi {
  1196. width: 16px;
  1197. height: 11px;
  1198. background-position: -208px -44px;
  1199. }
  1200. .famfamfam-flags.vn {
  1201. width: 16px;
  1202. height: 11px;
  1203. background-position: -208px -55px;
  1204. }
  1205. .famfamfam-flags.vu {
  1206. width: 16px;
  1207. height: 11px;
  1208. background-position: -208px -66px;
  1209. }
  1210. .famfamfam-flags.wales {
  1211. width: 16px;
  1212. height: 11px;
  1213. background-position: -208px -77px;
  1214. }
  1215. .famfamfam-flags.wf {
  1216. width: 16px;
  1217. height: 11px;
  1218. background-position: -208px -88px;
  1219. }
  1220. .famfamfam-flags.ws {
  1221. width: 16px;
  1222. height: 11px;
  1223. background-position: -208px -99px;
  1224. }
  1225. .famfamfam-flags.ye {
  1226. width: 16px;
  1227. height: 11px;
  1228. background-position: -208px -110px;
  1229. }
  1230. .famfamfam-flags.yt {
  1231. width: 16px;
  1232. height: 11px;
  1233. background-position: -208px -121px;
  1234. }
  1235. .famfamfam-flags.zw {
  1236. width: 16px;
  1237. height: 11px;
  1238. background-position: -208px -132px;
  1239. }
  1240. .famfamfam-flags.ch {
  1241. width: 11px;
  1242. height: 11px;
  1243. background-position: -208px -143px;
  1244. }
  1245. .famfamfam-flags.np {
  1246. width: 9px;
  1247. height: 11px;
  1248. background-position: -208px -154px;
  1249. }