Advertisement
Guest User

kc style

a guest
Mar 29th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 54.36 KB | None | 0 0
  1. body {
  2.         font: normal 1em sans-serif;
  3.         margin: 0;
  4.         padding: 0;
  5.     }
  6.     div.innerPost,
  7.     .markedPost {
  8.         background-color: #aca7cc;
  9.         border-right: 1px solid #afa7e0;
  10.         border-bottom: 1px solid #9891c3;
  11.         margin-bottom: 0;
  12.         overflow: auto;
  13.         padding-left: 5px;
  14.         padding-top: 5px;
  15.         min-height: 3.9em;
  16.     }
  17.     .noEmailName,
  18.     .noEmailName:hover {
  19.         color: #381fb8;
  20.     }
  21.     span.labelSubject {
  22.         color: rgb(204, 51, 51) !important;
  23.         font-size: medium;
  24.         float: left;
  25.         padding-right: 5px;
  26.     }
  27.     .divMessage {
  28.         margin-left: 2em;
  29.         margin-top: 0.6em;
  30.         margin-bottom: 0.5em;
  31.         word-wrap: normal;
  32.         margin-right: 2em;
  33.     }
  34.     input.deletionCheckBox {
  35.         float: left;
  36.     }
  37.     img.imgFlag {
  38.         float: left;
  39.     }
  40.     a.noEmailName {
  41.         padding-left: 5px;
  42.         vertical-align: middle;
  43.         color: #381fb8 !important;
  44.     }
  45.     span.labelCreated {
  46.         vertical-align: middle;
  47.         margin-left: -2px;
  48.     }
  49.     .linkName {
  50.         font-weight: bold;
  51.         color: #0F0C5D;
  52.         padding: 5px;
  53.     }
  54.     a.linkName {
  55.         text-decoration: none;
  56.         color: #422bba;
  57.         vertical-align: middle;
  58.     }
  59.     .linkName::after {
  60.         content: "SÄGE!";
  61.         float: right;
  62.         color: red;
  63.         padding-left: 5px;
  64.     }
  65.     .noEmailName::after {
  66.         content: "";
  67.     }
  68.     .opHead {
  69.         width: 52%;
  70.     }
  71.     .uploadCell {
  72.         margin: 0.25em 1em 0.25em 0em;
  73.         float: none;
  74.     }
  75.     p#labelName {
  76.         color: black;
  77.     }
  78.     hr {
  79.         border-color: #aca7cc;
  80.     }
  81.     .boardHeader p#labelDescription {
  82.         font-size: 100%;
  83.         color: #000000;
  84.         font-style: italic;
  85.     }
  86.     table {
  87.         background: transparent;
  88.     }
  89.     .form-post th {
  90.         background-color: #422abb;
  91.         color: white;
  92.     }
  93.     select {
  94.         display: none;
  95.     }
  96.     .threadPages {
  97.         background: #eeeeee;
  98.         border-color: #3c23b8;
  99.         border-width: medium 1px 1px medium;
  100.         border-style: none;
  101.         padding: 0;
  102.         float: left;
  103.         font-size: 100%;
  104.         margin-top: 0;
  105.         text-align: center;
  106.     }
  107.     .hideThread {
  108.         content: '';
  109.         font-size: 0px;
  110.         text-decoration: none;
  111.     }
  112.     .hideThread::after {
  113.         content: '[Hide]';
  114.         font-size: 12px;
  115.         text-decoration: underline;
  116.         cursor: pointer;
  117.     }
  118.     .delLink {
  119.         content: '';
  120.         font-size: 0px;
  121.         text-decoration: none;
  122.         display: unset !important;
  123.     }
  124.     .delLink::after {
  125.         content: '[Del]';
  126.         font-size: 12px;
  127.         text-decoration: underline;
  128.     }
  129.     .divRefresh {
  130.         margin: 0 0 0 0em;
  131.     }
  132.  
  133.  
  134. .hidePost {
  135. content: '';
  136. font-size: 0px;
  137. text-decoration: none;
  138. }
  139. .hidePost::after {
  140. content: '[Hide]';
  141. font-size: 12px;
  142. text-decoration: underline;
  143. cursor: pointer;
  144. margin-left:12px;
  145. }
  146.  
  147.  
  148.     p {
  149.         margin: 0.25em 0;
  150.         text-align: center;
  151.     }
  152.     .uploadCell img {
  153.         float: left;
  154.         margin-right: 1em;
  155.         margin-bottom: 1em;
  156.         margin-left: 1.7em;
  157.     }
  158.     .greenText {
  159.         color: #007777;
  160.     }
  161.    
  162.     [id^=ShowkcThread] {
  163.         float: left;
  164.         clear: left;
  165.         display: inline;
  166.         padding-bottom: 6px;
  167.     }
  168.  
  169.     .opHead {
  170.         width: auto;
  171.     }
  172.     .postCell {
  173.         max-width: 92%;
  174.         margin: 0.2em 0;
  175.     }
  176.     .uploadCell img {
  177.         margin-top: 0.6em;
  178.     }
  179.     body {
  180.         background: none !important;
  181.         background-size: contain;
  182.         background-color: #EEE !important;
  183.     }
  184.     .divMessage {
  185.         padding-bottom: 3px;
  186.     }
  187.     .divMessage:before {
  188.         content: \\r;
  189.     }
  190.     .labelOmission a {
  191.         padding-left: 2px;
  192.     }
  193.     .divPages {
  194.         font-size: 0px;
  195.     }
  196.     #divPages {
  197.         font-size: 14px;
  198.     }
  199.     #divPages a {
  200.         text-decoration: underline;
  201.     }
  202.     #divPages a:before {
  203.         content: '[';
  204.     }
  205.     #divPages a:after {
  206.         content: ']';
  207.     }
  208.     #toTop {
  209.         font-size: 14px;
  210.         text-decoration: underline;
  211.     }
  212.     #toTop:before {
  213.         content: '[';
  214.     }
  215.     #toTop:after {
  216.         content: ']';
  217.     }
  218.    
  219.     .topLink
  220.     {
  221.       font-size:14px;
  222.     }
  223.     .returnLink
  224.     {
  225.       font-size:14px;
  226.     }
  227.     .catalogLink
  228.     {
  229.       font-size:14px;
  230.     }
  231.     .replyLink
  232.     {
  233.       font-size:14px;
  234.     }
  235.    
  236. .divRefresh {
  237.     font-size: 14px;
  238. }
  239.    
  240.     .contentAction
  241.     {
  242.       font-size:14px;
  243.     }
  244.    
  245.     .imgFlag
  246.     {
  247.       border-top: 3px;
  248.      
  249.     }
  250.    
  251.     .threadPages
  252.     {
  253.       font-size:14px;
  254.     }
  255.    
  256.     .bottomNav
  257.     {
  258.       font-size:14px;
  259.     }
  260.  
  261.  
  262. img[title='United States of \'Murica']{
  263. background: url(https://i.imgur.com/1uNEL8A.png)!important;
  264. background-repeat: no-repeat !important;
  265. width: 0px !important;
  266. height: 17px !important;
  267. padding-right: 24px
  268. }
  269. img[title='Afghanistan']{
  270. background: url(https://i.imgur.com/HJd764d.png)!important;
  271. background-repeat: no-repeat !important;
  272. width: 0px !important;
  273. height: 14px !important;
  274. padding-right: 17px
  275. }
  276. img[title='Antarctica']{
  277. background: url(https://i.imgur.com/ObJZD4z.png)!important;
  278. background-repeat: no-repeat !important;
  279. width: 0px !important;
  280. height: 14px !important;
  281. padding-right: 17px
  282. }
  283. img[title='Albania']{
  284. background: url(https://i.imgur.com/CEwBGLD.png)!important;
  285. background-repeat: no-repeat !important;
  286. width: 0px !important;
  287. height: 14px !important;
  288. padding-right: 17px
  289. }
  290. img[title='Algeria']{
  291. background: url(https://i.imgur.com/jRZDqJw.png)!important;
  292. background-repeat: no-repeat !important;
  293. width: 0px !important;
  294. height: 14px !important;
  295. padding-right: 17px
  296. }
  297. img[title='Germany']{
  298. background: url(https://i.imgur.com/qBbZ9yX.png)!important;
  299. background-repeat: no-repeat !important;
  300. width: 0px !important;
  301. height: 14px !important;
  302. padding-right: 17px
  303. }
  304. img[title='American Samoa']{
  305. background: url(https://i.imgur.com/GT3ayYB.png)!important;
  306. background-repeat: no-repeat !important;
  307. width: 0px !important;
  308. height: 14px !important;
  309. padding-right: 17px
  310. }
  311. img[title='Andorra']{
  312. background: url(https://i.imgur.com/AFakv7d.png)!important;
  313. background-repeat: no-repeat !important;
  314. width: 0px !important;
  315. height: 14px !important;
  316. padding-right: 17px
  317. }
  318. img[title='Angola']{
  319. background: url(https://i.imgur.com/5FdjdjH.png)!important;
  320. background-repeat: no-repeat !important;
  321. width: 0px !important;
  322. height: 14px !important;
  323. padding-right: 17px
  324. }
  325. img[title='Anguilla']{
  326. background: url(https://i.imgur.com/bV3nua3.png)!important;
  327. background-repeat: no-repeat !important;
  328. width: 0px !important;
  329. height: 14px !important;
  330. padding-right: 17px
  331. }
  332. img[title='Antigua and Barbuda']{
  333. background: url(https://i.imgur.com/iqqygW0.png)!important;
  334. background-repeat: no-repeat !important;
  335. width: 0px !important;
  336. height: 18px !important;
  337. padding-right: 32px
  338. }
  339. img[title='Argentina']{
  340. background: url(https://i.imgur.com/2trxQcd.png)!important;
  341. background-repeat: no-repeat !important;
  342. width: 0px !important;
  343. height: 14px !important;
  344. padding-right: 17px
  345. }
  346. img[title='Armenia']{
  347. background: url(https://i.imgur.com/w1Zhhd8.png)!important;
  348. background-repeat: no-repeat !important;
  349. width: 0px !important;
  350. height: 14px !important;
  351. padding-right: 17px
  352. }
  353. img[title='Aruba']{
  354. background: url(https://imgur.com/a/rIfuu)!important;
  355. background-repeat: no-repeat !important;
  356. width: 0px !important;
  357. height: 14px !important;
  358. padding-right: 17px
  359. }
  360. img[title='Australia']{
  361. background: url(https://i.imgur.com/S3VFGv2.png)!important;
  362. background-repeat: no-repeat !important;
  363. width: 0px !important;
  364. height: 14px !important;
  365. padding-right: 17px
  366. }
  367. img[title='Austria']{
  368. background: url(https://i.imgur.com/U5SbwX6.png)!important;
  369. background-repeat: no-repeat !important;
  370. width: 0px !important;
  371. height: 14px !important;
  372. padding-right: 17px
  373. }
  374. img[title='Azerbaijan']{
  375. background: url(https://i.imgur.com/OuOyUsK.png)!important;
  376. background-repeat: no-repeat !important;
  377. width: 0px !important;
  378. height: 14px !important;
  379. padding-right: 17px
  380. }
  381. img[title='Bahamas']{
  382. background: url(https://i.imgur.com/F8Tio9r.png)!important;
  383. background-repeat: no-repeat !important;
  384. width: 0px !important;
  385. height: 14px !important;
  386. padding-right: 17px
  387. }
  388. img[title='Bahrain']{
  389. background: url(https://i.imgur.com/JpbWV0X.png)!important;
  390. background-repeat: no-repeat !important;
  391. width: 0px !important;
  392. height: 14px !important;
  393. padding-right: 17px
  394. }
  395. img[title='Belgium']{
  396. background: url(https://i.imgur.com/yOcM6CM.png)!important;
  397. background-repeat: no-repeat !important;
  398. width: 0px !important;
  399. height: 14px !important;
  400. padding-right: 17px
  401. }
  402. img[title='Belize']{
  403. background: url(https://i.imgur.com/W85b9oq.png)!important;
  404. background-repeat: no-repeat !important;
  405. width: 0px !important;
  406. height: 14px !important;
  407. padding-right: 17px
  408. }
  409. img[title='Benin']{
  410. background: url(https://i.imgur.com/JoYSRr7.png)!important;
  411. background-repeat: no-repeat !important;
  412. width: 0px !important;
  413. height: 14px !important;
  414. padding-right: 17px
  415. }
  416. img[title='Bermuda']{
  417. background: url(https://i.imgur.com/fpr8r76.png)!important;
  418. background-repeat: no-repeat !important;
  419. width: 0px !important;
  420. height: 14px !important;
  421. padding-right: 17px
  422. }
  423. img[title='Bhutan']{
  424. background: url(https://i.imgur.com/JepeAnd.png)!important;
  425. background-repeat: no-repeat !important;
  426. width: 0px !important;
  427. height: 14px !important;
  428. padding-right: 17px
  429. }
  430. img[title='Bolivia']{
  431. background: url(https://i.imgur.com/EdfQyo2.png)!important;
  432. background-repeat: no-repeat !important;
  433. width: 0px !important;
  434. height: 14px !important;
  435. padding-right: 17px
  436. }
  437. img[title='Bosnia and Herzegovina']{
  438. background: url(https://i.imgur.com/E3aHSxx.png)!important;
  439. background-repeat: no-repeat !important;
  440. width: 0px !important;
  441. height: 14px !important;
  442. padding-right: 17px
  443. }
  444. img[title='Botswana']{
  445. background: url(https://i.imgur.com/iXRf615.png)!important;
  446. background-repeat: no-repeat !important;
  447. width: 0px !important;
  448. height: 14px !important;
  449. padding-right: 17px
  450. }
  451. img[title='Brasil']{
  452. background: url(https://i.imgur.com/GzcnOXv.png)!important;
  453. background-repeat: no-repeat !important;
  454. width: 0px !important;
  455. height: 25px !important;
  456. padding-right: 21px
  457. }
  458. img[title='Bonaire Saint Eustatius and Saba']{
  459. background: url(https://i.imgur.com/SC7tEp5.png)!important;
  460. background-repeat: no-repeat !important;
  461. width: 0px !important;
  462. height: 14px !important;
  463. padding-right: 17px
  464. }
  465. /* not correct */
  466. img[title='Bouvet Island']{
  467. background: url(https://i.imgur.com/veta9Sy.png)!important;
  468. background-repeat: no-repeat !important;
  469. width: 0px !important;
  470. height: 14px !important;
  471. padding-right: 17px
  472. }
  473. img[title='British Indian Ocean Territory']{
  474. background: url(https://i.imgur.com/PvrOYGX.png)!important;
  475. background-repeat: no-repeat !important;
  476. width: 0px !important;
  477. height: 14px !important;
  478. padding-right: 17px
  479. }
  480. img[title='British Virgin Islands']{
  481. background: url(https://i.imgur.com/1N5ay3X.png)!important;
  482. background-repeat: no-repeat !important;
  483. width: 0px !important;
  484. height: 14px !important;
  485. padding-right: 17px
  486. }
  487. img[title='Brunei']{
  488. background: url(https://i.imgur.com/Hmf2D39.png)!important;
  489. background-repeat: no-repeat !important;
  490. width: 0px !important;
  491. height: 14px !important;
  492. padding-right: 17px
  493. }
  494. img[title='Bulgaria']{
  495. background: url(https://i.imgur.com/mUenLpm.png)!important;
  496. background-repeat: no-repeat !important;
  497. width: 0px !important;
  498. height: 14px !important;
  499. padding-right: 17px
  500. }
  501. img[title='Burkina Faso']{
  502. background: url(https://i.imgur.com/doYWkdV.png)!important;
  503. background-repeat: no-repeat !important;
  504. width: 0px !important;
  505. height: 14px !important;
  506. padding-right: 17px
  507. }
  508. img[title='Burundi']{
  509. background: url(https://i.imgur.com/CXj7Khd.png)!important;
  510. background-repeat: no-repeat !important;
  511. width: 0px !important;
  512. height: 14px !important;
  513. padding-right: 17px
  514. }
  515. img[title='Bangladesh']{
  516. background: url(https://i.imgur.com/Si7lNzX.png)!important;
  517. background-repeat: no-repeat !important;
  518. width: 0px !important;
  519. height: 14px !important;
  520. padding-right: 17px
  521. }
  522. img[title='Barbados']{
  523. background: url(https://i.imgur.com/xjYAzHG.png)!important;
  524. background-repeat: no-repeat !important;
  525. width: 0px !important;
  526. height: 14px !important;
  527. padding-right: 17px
  528. }
  529. img[title='Belarus']{
  530. background: url(https://i.imgur.com/RCxdccu.png)!important;
  531. background-repeat: no-repeat !important;
  532. width: 0px !important;
  533. height: 14px !important;
  534. padding-right: 17px
  535. }
  536. img[title='Croatia']{
  537. background: url(https://i.imgur.com/1Hei27N.png)!important;
  538. background-repeat: no-repeat !important;
  539. width: 0px !important;
  540. height: 14px !important;
  541. padding-right: 17px
  542. }
  543. img[title='Cambodia']{
  544. background: url(https://i.imgur.com/1JgJmbl.png)!important;
  545. background-repeat: no-repeat !important;
  546. width: 0px !important;
  547. height: 14px !important;
  548. padding-right: 17px
  549. }
  550. img[title='Cameroon']{
  551. background: url(https://i.imgur.com/3uQJkbK.png)!important;
  552. background-repeat: no-repeat !important;
  553. width: 0px !important;
  554. height: 14px !important;
  555. padding-right: 17px
  556. }
  557. img[title='Canada']{
  558. background: url(https://i.imgur.com/fGfOf0K.png)!important;
  559. background-repeat: no-repeat !important;
  560. width: 0px !important;
  561. height: 14px !important;
  562. padding-right: 17px
  563. }
  564. img[title='Cape Verde']{
  565. background: url(https://i.imgur.com/EshF9wk.png)!important;
  566. background-repeat: no-repeat !important;
  567. width: 0px !important;
  568. height: 14px !important;
  569. padding-right: 17px
  570. }
  571. img[title='Caymen Islands']{
  572. background: url(https://i.imgur.com/Xcpi8bJ.png)!important;
  573. background-repeat: no-repeat !important;
  574. width: 0px !important;
  575. height: 14px !important;
  576. padding-right: 17px
  577. }
  578. img[title='Central African Republic']{
  579. background: url(https://i.imgur.com/9Vt6F5g.png)!important;
  580. background-repeat: no-repeat !important;
  581. width: 0px !important;
  582. height: 14px !important;
  583. padding-right: 17px
  584. }
  585. img[title='Chad']{
  586. background: url(https://i.imgur.com/ievQso1.png)!important;
  587. background-repeat: no-repeat !important;
  588. width: 0px !important;
  589. height: 14px !important;
  590. padding-right: 17px
  591. }
  592. img[title='Chile']{
  593. background: url(https://i.imgur.com/QOzD8wC.png)!important;
  594. background-repeat: no-repeat !important;
  595. width: 0px !important;
  596. height: 14px !important;
  597. padding-right: 17px
  598. }
  599. img[title='China']{
  600. background: url(https://i.imgur.com/OTFzFea.png)!important;
  601. background-repeat: no-repeat !important;
  602. width: 0px !important;
  603. height: 14px !important;
  604. padding-right: 17px
  605. }
  606. img[title='Christmas Island']{
  607. background: url(https://i.imgur.com/irMJT29.png)!important;
  608. background-repeat: no-repeat !important;
  609. width: 0px !important;
  610. height: 14px !important;
  611. padding-right: 17px
  612. }
  613. /* not correct */
  614. img[title='Cocos Island']{
  615. background: url(https://i.imgur.com/S3VFGv2.png)!important;
  616. background-repeat: no-repeat !important;
  617. width: 0px !important;
  618. height: 14px !important;
  619. padding-right: 17px
  620. }
  621. img[title='Colombia']{
  622. background: url(https://i.imgur.com/57G0fSR.png)!important;
  623. background-repeat: no-repeat !important;
  624. width: 0px !important;
  625. height: 14px !important;
  626. padding-right: 17px
  627. }
  628. img[title='Comoros']{
  629. background: url(https://i.imgur.com/YiCbJTK.png)!important;
  630. background-repeat: no-repeat !important;
  631. width: 0px !important;
  632. height: 14px !important;
  633. padding-right: 17px
  634. }
  635. img[title='Cook Islands']{
  636. background: url(https://i.imgur.com/kTA8Vbb.png)!important;
  637. background-repeat: no-repeat !important;
  638. width: 0px !important;
  639. height: 22px !important;
  640. padding-right: 17px
  641. }
  642. img[title='Costa Rica']{
  643. background: url(https://i.imgur.com/ZHPu6Zm.png)!important;
  644. background-repeat: no-repeat !important;
  645. width: 0px !important;
  646. height: 14px !important;
  647. padding-right: 17px
  648. }
  649. img[title='Cuba']{
  650. background: url(https://i.imgur.com/HOBBoVj.png)!important;
  651. background-repeat: no-repeat !important;
  652. width: 0px !important;
  653. height: 20px !important;
  654. padding-right: 17px
  655. }
  656. img[title='Curacao']{
  657. background: url(https://i.imgur.com/EjgTnYz.png)!important;
  658. background-repeat: no-repeat !important;
  659. width: 0px !important;
  660. height: 14px !important;
  661. padding-right: 17px
  662. }
  663. img[title='Cyprus']{
  664. background: url(https://i.imgur.com/PdoekdG.png)!important;
  665. background-repeat: no-repeat !important;
  666. width: 0px !important;
  667. height: 14px !important;
  668. padding-right: 17px
  669. }
  670. img[title='Czech Republic']{
  671. background: url(https://i.imgur.com/BLbYuzy.png)!important;
  672. background-repeat: no-repeat !important;
  673. width: 0px !important;
  674. height: 14px !important;
  675. padding-right: 17px
  676. }
  677. img[title='Democratic Republic of the Congo']{
  678. background: url(https://i.imgur.com/BuDV5NS.png)!important;
  679. background-repeat: no-repeat !important;
  680. width: 0px !important;
  681. height: 14px !important;
  682. padding-right: 17px
  683. }
  684. img[title='Denmark']{
  685. background: url(https://i.imgur.com/dfkAdL0.png)!important;
  686. background-repeat: no-repeat !important;
  687. width: 0px !important;
  688. height: 14px !important;
  689. padding-right: 17px
  690. }
  691. img[title='Djibouti']{
  692. background: url(https://i.imgur.com/zqiXZrH.png)!important;
  693. background-repeat: no-repeat !important;
  694. width: 0px !important;
  695. height: 14px !important;
  696. padding-right: 17px
  697. }
  698. img[title='Dominica']{
  699. background: url(https://i.imgur.com/3mt2LG5.png)!important;
  700. background-repeat: no-repeat !important;
  701. width: 0px !important;
  702. height: 14px !important;
  703. padding-right: 17px
  704. }
  705. img[title='Dominican Republic']{
  706. background: url(https://i.imgur.com/QpyqEln.png)!important;
  707. background-repeat: no-repeat !important;
  708. width: 0px !important;
  709. height: 14px !important;
  710. padding-right: 17px
  711. }
  712. img[title='France']{
  713. background: url(https://i.imgur.com/V1pFokP.png)!important;
  714. background-repeat: no-repeat !important;
  715. width: 0px !important;
  716. height: 14px !important;
  717. padding-right: 17px
  718. }
  719. img[title='French Guiana']{
  720. background: url(https://i.imgur.com/SOly2KF.png)!important;
  721. background-repeat: no-repeat !important;
  722. width: 0px !important;
  723. height: 14px !important;
  724. padding-right: 17px
  725. }
  726. img[title='French Polynesia']{
  727. background: url(https://i.imgur.com/dfo2RKV.png)!important;
  728. background-repeat: no-repeat !important;
  729. width: 0px !important;
  730. height: 14px !important;
  731. padding-right: 17px
  732. }
  733. img[title='East Timor']{
  734. background: url(https://i.imgur.com/ZM0z4j6.png)!important;
  735. background-repeat: no-repeat !important;
  736. width: 0px !important;
  737. height: 14px !important;
  738. padding-right: 17px
  739. }
  740. img[title='Ecuador']{
  741. background: url(https://i.imgur.com/fZXOwU4.png)!important;
  742. background-repeat: no-repeat !important;
  743. width: 0px !important;
  744. height: 14px !important;
  745. padding-right: 17px
  746. }
  747. img[title='Egypt']{
  748. background: url(https://i.imgur.com/VT7eFjh.png)!important;
  749. background-repeat: no-repeat !important;
  750. width: 0px !important;
  751. height: 14px !important;
  752. padding-right: 17px
  753. }
  754. img[title='El Salvador']{
  755. background: url(https://i.imgur.com/vUMo1NQ.png)!important;
  756. background-repeat: no-repeat !important;
  757. width: 0px !important;
  758. height: 14px !important;
  759. padding-right: 17px
  760. }
  761. img[title='Equatorial Guinea']{
  762. background: url(https://i.imgur.com/tLTai6J.png)!important;
  763. background-repeat: no-repeat !important;
  764. width: 0px !important;
  765. height: 14px !important;
  766. padding-right: 17px
  767. }
  768. img[title='Eritrea']{
  769. background: url(https://i.imgur.com/HhETzRN.png)!important;
  770. background-repeat: no-repeat !important;
  771. width: 0px !important;
  772. height: 14px !important;
  773. padding-right: 17px
  774. }
  775. img[title='Estonia']{
  776. background: url(https://i.imgur.com/Px3xheE.png)!important;
  777. background-repeat: no-repeat !important;
  778. width: 0px !important;
  779. height: 14px !important;
  780. padding-right: 17px
  781. }
  782. img[title='Ethiopia']{
  783. background: url(https://i.imgur.com/yEo2T9w.png)!important;
  784. background-repeat: no-repeat !important;
  785. width: 0px !important;
  786. height: 14px !important;
  787. padding-right: 17px
  788. }
  789. /* not correct */
  790. img[title='Falkland Islands ']{
  791. background: url(https://i.imgur.com/oxHvMlg.png)!important;
  792. background-repeat: no-repeat !important;
  793. width: 0px !important;
  794. height: 14px !important;
  795. padding-right: 17px
  796. }
  797. img[title='Faroe Islands']{
  798. background: url(https://i.imgur.com/SXiEA8w.png)!important;
  799. background-repeat: no-repeat !important;
  800. width: 0px !important;
  801. height: 14px !important;
  802. padding-right: 17px
  803. }
  804. img[title='Fiji']{
  805. background: url(https://i.imgur.com/JqvCMEZ.png)!important;
  806. background-repeat: no-repeat !important;
  807. width: 0px !important;
  808. height: 14px !important;
  809. padding-right: 17px
  810. }
  811. img[title='Finland']{
  812. background: url(https://i.imgur.com/DZ8jZdr.png)!important;
  813. background-repeat: no-repeat !important;
  814. width: 0px !important;
  815. height: 14px !important;
  816. padding-right: 17px
  817. }
  818. /* not correct */
  819. img[title='French Southern Territories']{
  820. background: url(https://i.imgur.com/V1pFokP.png)!important;
  821. background-repeat: no-repeat !important;
  822. width: 0px !important;
  823. height: 14px !important;
  824. padding-right: 17px
  825. }
  826. img[title='Gabon']{
  827. background: url(https://i.imgur.com/uW4sQXS.png)!important;
  828. background-repeat: no-repeat !important;
  829. width: 0px !important;
  830. height: 14px !important;
  831. padding-right: 17px
  832. }
  833. img[title='Gambia']{
  834. background: url(https://i.imgur.com/gmafnGA.png)!important;
  835. background-repeat: no-repeat !important;
  836. width: 0px !important;
  837. height: 14px !important;
  838. padding-right: 17px
  839. }
  840. img[title='Georgia']{
  841. background: url(https://i.imgur.com/Z4H8ALv.png)!important;
  842. background-repeat: no-repeat !important;
  843. width: 0px !important;
  844. height: 14px !important;
  845. padding-right: 17px
  846. }
  847. img[title='Ghana']{
  848. background: url(https://i.imgur.com/1Xb90sZ.png)!important;
  849. background-repeat: no-repeat !important;
  850. width: 0px !important;
  851. height: 14px !important;
  852. padding-right: 17px
  853. }
  854. /* not correct */
  855. img[title='Gibraltar']{
  856. background: url(https://i.imgur.com/oxHvMlg.png)!important;
  857. background-repeat: no-repeat !important;
  858. width: 0px !important;
  859. height: 14px !important;
  860. padding-right: 17px
  861. }
  862. img[title='Greece']{
  863. background: url(https://i.imgur.com/F7PMYut.png)!important;
  864. background-repeat: no-repeat !important;
  865. width: 0px !important;
  866. height: 14px !important;
  867. padding-right: 17px
  868. }
  869. img[title='Greenland']{
  870. background: url(https://i.imgur.com/kfIYlE1.png)!important;
  871. background-repeat: no-repeat !important;
  872. width: 0px !important;
  873. height: 14px !important;
  874. padding-right: 17px
  875. }
  876. img[title='Grenada']{
  877. background: url(https://i.imgur.com/VVYiJaX.png)!important;
  878. background-repeat: no-repeat !important;
  879. width: 0px !important;
  880. height: 14px !important;
  881. padding-right: 17px
  882. }
  883. img[title='Guadeloupe']{
  884. background: url(https://i.imgur.com/ylVgqur.png)!important;
  885. background-repeat: no-repeat !important;
  886. width: 0px !important;
  887. height: 14px !important;
  888. padding-right: 17px
  889. }
  890. img[title='Guam']{
  891. background: url(https://i.imgur.com/Ntwhisc.png)!important;
  892. background-repeat: no-repeat !important;
  893. width: 0px !important;
  894. height: 14px !important;
  895. padding-right: 17px
  896. }
  897. img[title='Guatemala']{
  898. background: url(https://i.imgur.com/dhop7wp.png)!important;
  899. background-repeat: no-repeat !important;
  900. width: 0px !important;
  901. height: 14px !important;
  902. padding-right: 17px
  903. }
  904. img[title='Guernsey']{
  905. background: url(https://i.imgur.com/RTPEGol.png)!important;
  906. background-repeat: no-repeat !important;
  907. width: 0px !important;
  908. height: 14px !important;
  909. padding-right: 17px
  910. }
  911. img[title='Guinea']{
  912. background: url(https://i.imgur.com/f1Dee8X.png)!important;
  913. background-repeat: no-repeat !important;
  914. width: 0px !important;
  915. height: 14px !important;
  916. padding-right: 17px
  917. }
  918. img[title='Guinea-Bissau']{
  919. background: url(https://i.imgur.com/9aldh9E.png)!important;
  920. background-repeat: no-repeat !important;
  921. width: 0px !important;
  922. height: 14px !important;
  923. padding-right: 17px
  924. }
  925. img[title='Guyana']{
  926. background: url(https://i.imgur.com/Heq1nkV.png)!important;
  927. background-repeat: no-repeat !important;
  928. width: 0px !important;
  929. height: 14px !important;
  930. padding-right: 17px
  931. }
  932. img[title='Haiti']{
  933. background: url(https://i.imgur.com/3YjzH9L.png)!important;
  934. background-repeat: no-repeat !important;
  935. width: 0px !important;
  936. height: 14px !important;
  937. padding-right: 17px
  938. }
  939. /* not correct */
  940. img[title='Heart Island and McDonald Islands']{
  941. background: url(https://i.imgur.com/S3VFGv2.png)!important;
  942. background-repeat: no-repeat !important;
  943. width: 0px !important;
  944. height: 14px !important;
  945. padding-right: 17px
  946. }
  947. img[title='Honduras']{
  948. background: url(https://i.imgur.com/nzBMjng.png)!important;
  949. background-repeat: no-repeat !important;
  950. width: 0px !important;
  951. height: 14px !important;
  952. padding-right: 17px
  953. }
  954. img[title='Hong Kong']{
  955. background: url(https://i.imgur.com/Dayx2DK.png)!important;
  956. background-repeat: no-repeat !important;
  957. width: 0px !important;
  958. height: 14px !important;
  959. padding-right: 17px
  960. }
  961. img[title='Hungary']{
  962. background: url(https://i.imgur.com/4PIzDL9.png)!important;
  963. background-repeat: no-repeat !important;
  964. width: 0px !important;
  965. height: 14px !important;
  966. padding-right: 17px
  967. }
  968. img[title='Iceland']{
  969. background: url(https://i.imgur.com/kuf885P.png)!important;
  970. background-repeat: no-repeat !important;
  971. width: 0px !important;
  972. height: 14px !important;
  973. padding-right: 17px
  974. }
  975. img[title='India']{
  976. background: url(https://i.imgur.com/jhOLFQc.png)!important;
  977. background-repeat: no-repeat !important;
  978. width: 0px !important;
  979. height: 14px !important;
  980. padding-right: 17px
  981. }
  982. img[title='Indonesia']{
  983. background: url(https://i.imgur.com/SSx9UAs.png)!important;
  984. background-repeat: no-repeat !important;
  985. width: 0px !important;
  986. height: 18px !important;
  987. padding-right: 17px
  988. }
  989. img[title='Iran']{
  990. background: url(https://i.imgur.com/ikQNFRW.png)!important;
  991. background-repeat: no-repeat !important;
  992. width: 0px !important;
  993. height: 14px !important;
  994. padding-right: 17px
  995. }
  996. img[title='Iraq']{
  997. background: url(https://i.imgur.com/Iqct6uw.png)!important;
  998. background-repeat: no-repeat !important;
  999. width: 0px !important;
  1000. height: 14px !important;
  1001. padding-right: 17px
  1002. }
  1003. img[title='Ireland']{
  1004. background: url(https://i.imgur.com/x58a7lU.png)!important;
  1005. background-repeat: no-repeat !important;
  1006. width: 0px !important;
  1007. height: 14px !important;
  1008. padding-right: 17px
  1009. }
  1010. img[title='Isle of Man']{
  1011. background: url(https://i.imgur.com/IJYaZ0d.png)!important;
  1012. background-repeat: no-repeat !important;
  1013. width: 0px !important;
  1014. height: 14px !important;
  1015. padding-right: 17px
  1016. }
  1017. img[title='Israel']{
  1018. background: url(https://i.imgur.com/woONpX4.png)!important;
  1019. background-repeat: no-repeat !important;
  1020. width: 0px !important;
  1021. height: 14px !important;
  1022. padding-right: 17px
  1023. }
  1024. img[title='Italy']{
  1025. background: url(https://i.imgur.com/qlEKrvX.png)!important;
  1026. background-repeat: no-repeat !important;
  1027. width: 0px !important;
  1028. height: 14px !important;
  1029. padding-right: 17px
  1030. }
  1031. img[title='Ivory Coast']{
  1032. background: url(https://i.imgur.com/rGpoXIU.png)!important;
  1033. background-repeat: no-repeat !important;
  1034. width: 0px !important;
  1035. height: 14px !important;
  1036. padding-right: 17px
  1037. }
  1038. img[title='Jamaica']{
  1039. background: url(https://i.imgur.com/VwOEnIC.png)!important;
  1040. background-repeat: no-repeat !important;
  1041. width: 0px !important;
  1042. height: 14px !important;
  1043. padding-right: 17px
  1044. }
  1045. img[title='Japan']{
  1046. background: url(https://i.imgur.com/rrmh8xM.png)!important;
  1047. background-repeat: no-repeat !important;
  1048. width: 0px !important;
  1049. height: 14px !important;
  1050. padding-right: 17px
  1051. }
  1052. img[title='Jersey']{
  1053. background: url(https://i.imgur.com/EWtwK60.png)!important;
  1054. background-repeat: no-repeat !important;
  1055. width: 0px !important;
  1056. height: 14px !important;
  1057. padding-right: 17px
  1058. }
  1059. img[title='Jordan']{
  1060. background: url(https://i.imgur.com/hy0nzG7.png)!important;
  1061. background-repeat: no-repeat !important;
  1062. width: 0px !important;
  1063. height: 21px !important;
  1064. padding-right: 17px
  1065. }
  1066. img[title='Kazakhstan']{
  1067. background: url(https://i.imgur.com/zx6iWGQ.png)!important;
  1068. background-repeat: no-repeat !important;
  1069. width: 0px !important;
  1070. height: 13px !important;
  1071. padding-right: 22px
  1072. }
  1073. img[title='Kenya']{
  1074. background: url(https://i.imgur.com/miuTwkq.png)!important;
  1075. background-repeat: no-repeat !important;
  1076. width: 0px !important;
  1077. height: 14px !important;
  1078. padding-right: 17px
  1079. }
  1080. img[title='Kiribati']{
  1081. background: url(https://i.imgur.com/KmW2X85.png)!important;
  1082. background-repeat: no-repeat !important;
  1083. width: 0px !important;
  1084. height: 14px !important;
  1085. padding-right: 17px
  1086. }
  1087. img[title='Kosovo']{
  1088. background: url(https://i.imgur.com/R5Cx8Mp.png)!important;
  1089. background-repeat: no-repeat !important;
  1090. width: 0px !important;
  1091. height: 14px !important;
  1092. padding-right: 17px
  1093. }
  1094. img[title='Kuwait']{
  1095. background: url(https://i.imgur.com/6ZWqam6.png)!important;
  1096. background-repeat: no-repeat !important;
  1097. width: 0px !important;
  1098. height: 14px !important;
  1099. padding-right: 17px
  1100. }
  1101. img[title='Kyrgyzstan']{
  1102. background: url(https://i.imgur.com/jEpncnz.png)!important;
  1103. background-repeat: no-repeat !important;
  1104. width: 0px !important;
  1105. height: 14px !important;
  1106. padding-right: 17px
  1107. }
  1108. img[title='Laus']{
  1109. background: url(https://i.imgur.com/nzi4A4K.png)!important;
  1110. background-repeat: no-repeat !important;
  1111. width: 0px !important;
  1112. height: 14px !important;
  1113. padding-right: 17px
  1114. }
  1115. img[title='Latvia']{
  1116. background: url(https://i.imgur.com/JmFuxNm.png)!important;
  1117. background-repeat: no-repeat !important;
  1118. width: 0px !important;
  1119. height: 14px !important;
  1120. padding-right: 17px
  1121. }
  1122. img[title='Lebanon']{
  1123. background: url(https://i.imgur.com/BE2gb7J.png)!important;
  1124. background-repeat: no-repeat !important;
  1125. width: 0px !important;
  1126. height: 14px !important;
  1127. padding-right: 17px
  1128. }
  1129. img[title='Lesotho']{
  1130. background: url(https://i.imgur.com/W3cP4iX.png)!important;
  1131. background-repeat: no-repeat !important;
  1132. width: 0px !important;
  1133. height: 14px !important;
  1134. padding-right: 17px
  1135. }
  1136. img[title='Liberia']{
  1137. background: url(https://i.imgur.com/MeATidD.png)!important;
  1138. background-repeat: no-repeat !important;
  1139. width: 0px !important;
  1140. height: 14px !important;
  1141. padding-right: 17px
  1142. }
  1143. img[title='Libya']{
  1144. background: url(https://i.imgur.com/mHugoxd.png)!important;
  1145. background-repeat: no-repeat !important;
  1146. width: 0px !important;
  1147. height: 14px !important;
  1148. padding-right: 17px
  1149. }
  1150. img[title='Liechtenstein']{
  1151. background: url(https://i.imgur.com/1rjmOGi.png)!important;
  1152. background-repeat: no-repeat !important;
  1153. width: 0px !important;
  1154. height: 14px !important;
  1155. padding-right: 17px
  1156. }
  1157. img[title='Lithuania']{
  1158. background: url(https://i.imgur.com/Bwguw3X.png)!important;
  1159. background-repeat: no-repeat !important;
  1160. width: 0px !important;
  1161. height: 14px !important;
  1162. padding-right: 17px
  1163. }
  1164. img[title='Luxembourg']{
  1165. background: url(https://i.imgur.com/FwltPRq.png)!important;
  1166. background-repeat: no-repeat !important;
  1167. width: 0px !important;
  1168. height: 14px !important;
  1169. padding-right: 17px
  1170. }
  1171. img[title='Macao']{
  1172. background: url(https://i.imgur.com/aAhxkTy.png)!important;
  1173. background-repeat: no-repeat !important;
  1174. width: 0px !important;
  1175. height: 14px !important;
  1176. padding-right: 17px
  1177. }
  1178. img[title='Macedonia']{
  1179. background: url(https://i.imgur.com/biJoaYa.png)!important;
  1180. background-repeat: no-repeat !important;
  1181. width: 0px !important;
  1182. height: 14px !important;
  1183. padding-right: 17px
  1184. }
  1185. img[title='Madagascar']{
  1186. background: url(https://i.imgur.com/mXh0802.png)!important;
  1187. background-repeat: no-repeat !important;
  1188. width: 0px !important;
  1189. height: 14px !important;
  1190. padding-right: 17px
  1191. }
  1192. img[title='Malawi']{
  1193. background: url(https://i.imgur.com/w8bInY8.png)!important;
  1194. background-repeat: no-repeat !important;
  1195. width: 0px !important;
  1196. height: 14px !important;
  1197. padding-right: 17px
  1198. }
  1199. img[title='Malaysia']{
  1200. background: url(https://i.imgur.com/ot7eBUP.png)!important;
  1201. background-repeat: no-repeat !important;
  1202. width: 0px !important;
  1203. height: 14px !important;
  1204. padding-right: 17px
  1205. }
  1206. img[title='Maldives']{
  1207. background: url(https://i.imgur.com/iKvWgXG.png)!important;
  1208. background-repeat: no-repeat !important;
  1209. width: 0px !important;
  1210. height: 14px !important;
  1211. padding-right: 17px
  1212. }
  1213. img[title='Mali']{
  1214. background: url(https://i.imgur.com/AC7QP08.png)!important;
  1215. background-repeat: no-repeat !important;
  1216. width: 0px !important;
  1217. height: 14px !important;
  1218. padding-right: 17px
  1219. }
  1220. img[title='Malta']{
  1221. background: url(https://i.imgur.com/1gUHTdb.png)!important;
  1222. background-repeat: no-repeat !important;
  1223. width: 0px !important;
  1224. height: 14px !important;
  1225. padding-right: 17px
  1226. }
  1227. img[title='Marshall Islands']{
  1228. background: url(https://i.imgur.com/4QwbIGE.png)!important;
  1229. background-repeat: no-repeat !important;
  1230. width: 0px !important;
  1231. height: 14px !important;
  1232. padding-right: 17px
  1233. }
  1234. img[title='Martinique']{
  1235. background: url(https://i.imgur.com/wICngX1.png)!important;
  1236. background-repeat: no-repeat !important;
  1237. width: 0px !important;
  1238. height: 14px !important;
  1239. padding-right: 17px
  1240. }
  1241. img[title='Mauritania']{
  1242. background: url(https://i.imgur.com/qtb0IXZ.png)!important;
  1243. background-repeat: no-repeat !important;
  1244. width: 0px !important;
  1245. height: 14px !important;
  1246. padding-right: 17px
  1247. }
  1248. img[title='Mauritius']{
  1249. background: url(https://i.imgur.com/Tbee4Ps.png)!important;
  1250. background-repeat: no-repeat !important;
  1251. width: 0px !important;
  1252. height: 14px !important;
  1253. padding-right: 17px
  1254. }
  1255. img[title='Mayotte']{
  1256. background: url(https://i.imgur.com/cwNXQal.png)!important;
  1257. background-repeat: no-repeat !important;
  1258. width: 0px !important;
  1259. height: 14px !important;
  1260. padding-right: 17px
  1261. }
  1262. img[title='Mexico']{
  1263. background: url(https://i.imgur.com/MVRiClF.png)!important;
  1264. background-repeat: no-repeat !important;
  1265. width: 0px !important;
  1266. height: 14px !important;
  1267. padding-right: 17px
  1268. }
  1269. img[title='Micronesia']{
  1270. background: url(https://i.imgur.com/NUfXYKK.png)!important;
  1271. background-repeat: no-repeat !important;
  1272. width: 0px !important;
  1273. height: 14px !important;
  1274. padding-right: 17px
  1275. }
  1276. img[title='Moldova']{
  1277. background: url(https://i.imgur.com/fsmPm4W.png)!important;
  1278. background-repeat: no-repeat !important;
  1279. width: 0px !important;
  1280. height: 14px !important;
  1281. padding-right: 17px
  1282. }
  1283. img[title='Monaco']{
  1284. background: url(https://i.imgur.com/PrpmBDD.png)!important;
  1285. background-repeat: no-repeat !important;
  1286. width: 0px !important;
  1287. height: 14px !important;
  1288. padding-right: 17px
  1289. }
  1290. img[title='Mongolia']{
  1291. background: url(https://i.imgur.com/Mrq3zDq.png)!important;
  1292. background-repeat: no-repeat !important;
  1293. width: 0px !important;
  1294. height: 14px !important;
  1295. padding-right: 17px
  1296. }
  1297. img[title='Montenegro']{
  1298. background: url(https://i.imgur.com/MPDwID6.png)!important;
  1299. background-repeat: no-repeat !important;
  1300. width: 0px !important;
  1301. height: 14px !important;
  1302. padding-right: 17px
  1303. }
  1304. img[title='Montserrat']{
  1305. background: url(https://i.imgur.com/dSZ8ZaN.png)!important;
  1306. background-repeat: no-repeat !important;
  1307. width: 0px !important;
  1308. height: 14px !important;
  1309. padding-right: 17px
  1310. }
  1311. img[title='Morocco']{
  1312. background: url(https://i.imgur.com/WhuWtz0.png)!important;
  1313. background-repeat: no-repeat !important;
  1314. width: 0px !important;
  1315. height: 21px !important;
  1316. padding-right: 17px
  1317. }
  1318. img[title='Mozambique']{
  1319. background: url(https://i.imgur.com/McKP6hg.png)!important;
  1320. background-repeat: no-repeat !important;
  1321. width: 0px !important;
  1322. height: 14px !important;
  1323. padding-right: 17px
  1324. }
  1325. img[title='Myanmar']{
  1326. background: url(https://i.imgur.com/XYq9nh7.png)!important;
  1327. background-repeat: no-repeat !important;
  1328. width: 0px !important;
  1329. height: 14px !important;
  1330. padding-right: 17px
  1331. }
  1332. img[title='Namibia']{
  1333. background: url(https://i.imgur.com/JiRGjek.png)!important;
  1334. background-repeat: no-repeat !important;
  1335. width: 0px !important;
  1336. height: 14px !important;
  1337. padding-right: 17px
  1338. }
  1339. img[title='Nauru']{
  1340. background: url(https://i.imgur.com/G6L3rJU.png)!important;
  1341. background-repeat: no-repeat !important;
  1342. width: 0px !important;
  1343. height: 14px !important;
  1344. padding-right: 17px
  1345. }
  1346. img[title='Nepal']{
  1347. background: url(https://i.imgur.com/GQd1Pcf.png)!important;
  1348. background-repeat: no-repeat !important;
  1349. width: 0px !important;
  1350. height: 20px !important;
  1351. padding-right: 17px
  1352. }
  1353. img[title='Netherlands']{
  1354. background: url(https://i.imgur.com/lR2KkRw.png)!important;
  1355. background-repeat: no-repeat !important;
  1356. width: 0px !important;
  1357. height: 14px !important;
  1358. padding-right: 17px
  1359. }
  1360. img[title='New Caledonia']{
  1361. background: url(https://i.imgur.com/pmnXow0.png)!important;
  1362. background-repeat: no-repeat !important;
  1363. width: 0px !important;
  1364. height: 14px !important;
  1365. padding-right: 17px
  1366. }
  1367. img[title='New Zealand']{
  1368. background: url(https://i.imgur.com/9kfcZk0.png)!important;
  1369. background-repeat: no-repeat !important;
  1370. width: 0px !important;
  1371. height: 21px !important;
  1372. padding-right: 21px
  1373. }
  1374. img[title='Nicaragua']{
  1375. background: url(https://i.imgur.com/w65YKmw.png)!important;
  1376. background-repeat: no-repeat !important;
  1377. width: 0px !important;
  1378. height: 14px !important;
  1379. padding-right: 17px
  1380. }
  1381. img[title='Niger']{
  1382. background: url(https://i.imgur.com/psPowj0.png)!important;
  1383. background-repeat: no-repeat !important;
  1384. width: 0px !important;
  1385. height: 14px !important;
  1386. padding-right: 17px
  1387. }
  1388. img[title='Nigeria']{
  1389. background: url(https://i.imgur.com/3yn4sro.png)!important;
  1390. background-repeat: no-repeat !important;
  1391. width: 0px !important;
  1392. height: 14px !important;
  1393. padding-right: 17px
  1394. }
  1395. img[title='Niue']{
  1396. background: url(https://i.imgur.com/1wr2Bli.png)!important;
  1397. background-repeat: no-repeat !important;
  1398. width: 0px !important;
  1399. height: 14px !important;
  1400. padding-right: 17px
  1401. }
  1402. img[title='Norfolk Island']{
  1403. background: url(https://i.imgur.com/l7NyRom.png)!important;
  1404. background-repeat: no-repeat !important;
  1405. width: 0px !important;
  1406. height: 14px !important;
  1407. padding-right: 17px
  1408. }
  1409. img[title='Northern Mariana Islands']{
  1410. background: url(https://i.imgur.com/Ii2NwBa.png)!important;
  1411. background-repeat: no-repeat !important;
  1412. width: 0px !important;
  1413. height: 14px !important;
  1414. padding-right: 17px
  1415. }
  1416. img[title='North Korea']{
  1417. background: url(https://i.imgur.com/LhGbHXf.png)!important;
  1418. background-repeat: no-repeat !important;
  1419. width: 0px !important;
  1420. height: 14px !important;
  1421. padding-right: 17px
  1422. }
  1423. img[title='Norway']{
  1424. background: url(https://i.imgur.com/veta9Sy.png)!important;
  1425. background-repeat: no-repeat !important;
  1426. width: 0px !important;
  1427. height: 14px !important;
  1428. padding-right: 17px
  1429. }
  1430. img[title='Oman']{
  1431. background: url(https://i.imgur.com/yww6zhS.png)!important;
  1432. background-repeat: no-repeat !important;
  1433. width: 0px !important;
  1434. height: 14px !important;
  1435. padding-right: 17px
  1436. }
  1437. img[title='Pakistan']{
  1438. background: url(https://i.imgur.com/ojFCMBv.png)!important;
  1439. background-repeat: no-repeat !important;
  1440. width: 0px !important;
  1441. height: 14px !important;
  1442. padding-right: 17px
  1443. }
  1444. img[title='Palau']{
  1445. background: url(https://i.imgur.com/npTwzro.png)!important;
  1446. background-repeat: no-repeat !important;
  1447. width: 0px !important;
  1448. height: 14px !important;
  1449. padding-right: 17px
  1450. }
  1451. img[title='Palestinian Territory']{
  1452. background: url(https://i.imgur.com/XfMgm0V.png)!important;
  1453. background-repeat: no-repeat !important;
  1454. width: 0px !important;
  1455. height: 14px !important;
  1456. padding-right: 17px
  1457. }
  1458. img[title='Panama']{
  1459. background: url(https://i.imgur.com/zQqANU4.png)!important;
  1460. background-repeat: no-repeat !important;
  1461. width: 0px !important;
  1462. height: 14px !important;
  1463. padding-right: 17px
  1464. }
  1465. img[title='Papua New Guinea']{
  1466. background: url(https://i.imgur.com/5lJZCL8.png)!important;
  1467. background-repeat: no-repeat !important;
  1468. width: 0px !important;
  1469. height: 14px !important;
  1470. padding-right: 17px
  1471. }
  1472. img[title='Paraguay']{
  1473. background: url(https://i.imgur.com/NqlT9tV.png)!important;
  1474. background-repeat: no-repeat !important;
  1475. width: 0px !important;
  1476. height: 14px !important;
  1477. padding-right: 17px
  1478. }
  1479. img[title='Peru']{
  1480. background: url(https://i.imgur.com/XYENBCF.png)!important;
  1481. background-repeat: no-repeat !important;
  1482. width: 0px !important;
  1483. height: 14px !important;
  1484. padding-right: 17px
  1485. }
  1486. img[title='Philippines']{
  1487. background: url(https://i.imgur.com/QIEvVsW.png)!important;
  1488. background-repeat: no-repeat !important;
  1489. width: 0px !important;
  1490. height: 14px !important;
  1491. padding-right: 17px
  1492. }
  1493. img[title='Pitcairn']{
  1494. background: url(https://i.imgur.com/YZMqrfU.png)!important;
  1495. background-repeat: no-repeat !important;
  1496. width: 0px !important;
  1497. height: 14px !important;
  1498. padding-right: 17px
  1499. }
  1500. img[title='Poland']{
  1501. background: url(https://i.imgur.com/IrM7Ssg.png)!important;
  1502. background-repeat: no-repeat !important;
  1503. width: 0px !important;
  1504. height: 14px !important;
  1505. padding-right: 17px
  1506. }
  1507. img[title='Portugal']{
  1508. background: url(https://i.imgur.com/xoFNZN6.png)!important;
  1509. background-repeat: no-repeat !important;
  1510. width: 0px !important;
  1511. height: 14px !important;
  1512. padding-right: 17px
  1513. }
  1514. img[title='Puerto Rico']{
  1515. background: url(https://i.imgur.com/1Asnovt.png)!important;
  1516. background-repeat: no-repeat !important;
  1517. width: 0px !important;
  1518. height: 14px !important;
  1519. padding-right: 17px
  1520. }
  1521. img[title='Qatar']{
  1522. background: url(https://i.imgur.com/97iCYfv.png)!important;
  1523. background-repeat: no-repeat !important;
  1524. width: 0px !important;
  1525. height: 14px !important;
  1526. padding-right: 17px
  1527. }
  1528. img[title='Republic of the Congo']{
  1529. background: url(https://i.imgur.com/izcGyME.png)!important;
  1530. background-repeat: no-repeat !important;
  1531. width: 0px !important;
  1532. height: 14px !important;
  1533. padding-right: 17px
  1534. }
  1535. img[title='Reunion']{
  1536. background: url(https://i.imgur.com/9ujO8TQ.png)!important;
  1537. background-repeat: no-repeat !important;
  1538. width: 0px !important;
  1539. height: 14px !important;
  1540. padding-right: 17px
  1541. }
  1542. img[title='Romania']{
  1543. background: url(https://i.imgur.com/vXh4qb2.png)!important;
  1544. background-repeat: no-repeat !important;
  1545. width: 0px !important;
  1546. height: 14px !important;
  1547. padding-right: 17px
  1548. }
  1549. img[title='Russia']{
  1550. background: url(https://i.imgur.com/0JpSQRX.png)!important;
  1551. background-repeat: no-repeat !important;
  1552. width: 0px !important;
  1553. height: 14px !important;
  1554. padding-right: 17px
  1555. }
  1556. img[title='Rwanda']{
  1557. background: url(https://i.imgur.com/zzr4cZE.png)!important;
  1558. background-repeat: no-repeat !important;
  1559. width: 0px !important;
  1560. height: 14px !important;
  1561. padding-right: 17px
  1562. }
  1563. img[title='Saint Barthelemy']{
  1564. background: url(https://i.imgur.com/Oc9SPBz.png)!important;
  1565. background-repeat: no-repeat !important;
  1566. width: 0px !important;
  1567. height: 14px !important;
  1568. padding-right: 17px
  1569. }
  1570. /* not correct */
  1571. img[title='Saint Helena']{
  1572. background: url(https://i.imgur.com/oxHvMlg.png)!important;
  1573. background-repeat: no-repeat !important;
  1574. width: 0px !important;
  1575. height: 14px !important;
  1576. padding-right: 17px
  1577. }
  1578. img[title='Saint Kitts and Nevis']{
  1579. background: url(https://i.imgur.com/QBJp89t.png)!important;
  1580. background-repeat: no-repeat !important;
  1581. width: 0px !important;
  1582. height: 14px !important;
  1583. padding-right: 17px
  1584. }
  1585. img[title='Saint Lucia']{
  1586. background: url(https://i.imgur.com/yfId8cp.png)!important;
  1587. background-repeat: no-repeat !important;
  1588. width: 0px !important;
  1589. height: 14px !important;
  1590. padding-right: 17px
  1591. }
  1592. /* not correct */
  1593. img[title='Saint Martin']{
  1594. background: url(https://i.imgur.com/V1pFokP.png)!important;
  1595. background-repeat: no-repeat !important;
  1596. width: 0px !important;
  1597. height: 14px !important;
  1598. padding-right: 17px
  1599. }
  1600. img[title='Saint Pierre and Miquelon']{
  1601. background: url(https://i.imgur.com/LDXrE4n.png)!important;
  1602. background-repeat: no-repeat !important;
  1603. width: 0px !important;
  1604. height: 14px !important;
  1605. padding-right: 17px
  1606. }
  1607. img[title='Saint Vincent and the Grenadines']{
  1608. background: url(https://i.imgur.com/DAFXoUq.png)!important;
  1609. background-repeat: no-repeat !important;
  1610. width: 0px !important;
  1611. height: 14px !important;
  1612. padding-right: 17px
  1613. }
  1614. img[title='Samoa']{
  1615. background: url(https://i.imgur.com/aZblLgG.png)!important;
  1616. background-repeat: no-repeat !important;
  1617. width: 0px !important;
  1618. height: 14px !important;
  1619. padding-right: 17px
  1620. }
  1621. img[title='San Marino']{
  1622. background: url(https://i.imgur.com/iEACdQA.png)!important;
  1623. background-repeat: no-repeat !important;
  1624. width: 0px !important;
  1625. height: 14px !important;
  1626. padding-right: 17px
  1627. }
  1628. img[title='Sao Tome and Principe']{
  1629. background: url(https://i.imgur.com/sNT9shS.png)!important;
  1630. background-repeat: no-repeat !important;
  1631. width: 0px !important;
  1632. height: 14px !important;
  1633. padding-right: 17px
  1634. }
  1635. img[title='Saudi Arabia']{
  1636. background: url(https://i.imgur.com/a5PvQzo.png)!important;
  1637. background-repeat: no-repeat !important;
  1638. width: 0px !important;
  1639. height: 21px !important;
  1640. padding-right: 17px
  1641. }
  1642. img[title='Senegal']{
  1643. background: url(https://i.imgur.com/RRRgNHG.png)!important;
  1644. background-repeat: no-repeat !important;
  1645. width: 0px !important;
  1646. height: 14px !important;
  1647. padding-right: 17px
  1648. }
  1649. img[title='Serbia']{
  1650. background: url(https://i.imgur.com/Ovrp3M7.png)!important;
  1651. background-repeat: no-repeat !important;
  1652. width: 0px !important;
  1653. height: 14px !important;
  1654. padding-right: 17px
  1655. }
  1656. img[title='Seychelles']{
  1657. background: url(https://i.imgur.com/mo2qCST.png)!important;
  1658. background-repeat: no-repeat !important;
  1659. width: 0px !important;
  1660. height: 14px !important;
  1661. padding-right: 17px
  1662. }
  1663. img[title='Sierra Leone']{
  1664. background: url(https://i.imgur.com/VN1D48n.png)!important;
  1665. background-repeat: no-repeat !important;
  1666. width: 0px !important;
  1667. height: 14px !important;
  1668. padding-right: 17px
  1669. }
  1670. img[title='Singapore']{
  1671. background: url(https://i.imgur.com/t2ILfFB.png)!important;
  1672. background-repeat: no-repeat !important;
  1673. width: 0px !important;
  1674. height: 18px !important;
  1675. padding-right: 17px
  1676. }
  1677. img[title='Sint Maarten']{
  1678. background: url(https://i.imgur.com/URd3GMb.png)!important;
  1679. background-repeat: no-repeat !important;
  1680. width: 0px !important;
  1681. height: 14px !important;
  1682. padding-right: 17px
  1683. }
  1684. img[title='Slovakia']{
  1685. background: url(https://i.imgur.com/ZZ1jKcp.png)!important;
  1686. background-repeat: no-repeat !important;
  1687. width: 0px !important;
  1688. height: 14px !important;
  1689. padding-right: 17px
  1690. }
  1691. img[title='Slovenia']{
  1692. background: url(https://i.imgur.com/ZEQm0GP.png)!important;
  1693. background-repeat: no-repeat !important;
  1694. width: 0px !important;
  1695. height: 14px !important;
  1696. padding-right: 17px
  1697. }
  1698. img[title='Solomon Islands']{
  1699. background: url(https://i.imgur.com/kjpEclQ.png)!important;
  1700. background-repeat: no-repeat !important;
  1701. width: 0px !important;
  1702. height: 14px !important;
  1703. padding-right: 17px
  1704. }
  1705. img[title='Somalia']{
  1706. background: url(https://i.imgur.com/CDBqnmr.png)!important;
  1707. background-repeat: no-repeat !important;
  1708. width: 0px !important;
  1709. height: 14px !important;
  1710. padding-right: 17px
  1711. }
  1712. img[title='South Africa']{
  1713. background: url(https://i.imgur.com/NSOL4an.png)!important;
  1714. background-repeat: no-repeat !important;
  1715. width: 0px !important;
  1716. height: 14px !important;
  1717. padding-right: 17px
  1718. }
  1719. img[title='South Georgia and the South Sandwich Islands']{
  1720. background: url(https://i.imgur.com/X37mpvq.png)!important;
  1721. background-repeat: no-repeat !important;
  1722. width: 0px !important;
  1723. height: 14px !important;
  1724. padding-right: 17px
  1725. }
  1726. img[title='South Korea']{
  1727. background: url(https://i.imgur.com/NFtisJt.png)!important;
  1728. background-repeat: no-repeat !important;
  1729. width: 0px !important;
  1730. height: 14px !important;
  1731. padding-right: 17px
  1732. }
  1733. img[title='South Sudan']{
  1734. background: url(https://i.imgur.com/kMGtji4.png)!important;
  1735. background-repeat: no-repeat !important;
  1736. width: 0px !important;
  1737. height: 14px !important;
  1738. padding-right: 17px
  1739. }
  1740. img[title='Spain']{
  1741. background: url(https://i.imgur.com/uDLmtj8.png)!important;
  1742. background-repeat: no-repeat !important;
  1743. width: 0px !important;
  1744. height: 14px !important;
  1745. padding-right: 17px
  1746. }
  1747. img[title='Sri Lanka']{
  1748. background: url(https://i.imgur.com/EfQpcS2.png)!important;
  1749. background-repeat: no-repeat !important;
  1750. width: 0px !important;
  1751. height: 14px !important;
  1752. padding-right: 17px
  1753. }
  1754. img[title='Sudan']{
  1755. background: url(https://i.imgur.com/Mhj0oue.png)!important;
  1756. background-repeat: no-repeat !important;
  1757. width: 0px !important;
  1758. height: 14px !important;
  1759. padding-right: 17px
  1760. }
  1761. img[title='Suriname']{
  1762. background: url(https://i.imgur.com/7aNTTqi.png)!important;
  1763. background-repeat: no-repeat !important;
  1764. width: 0px !important;
  1765. height: 14px !important;
  1766. padding-right: 17px
  1767. }
  1768. img[title='Svalbard and Jan Mayen']{
  1769. background: url(https://i.imgur.com/h9EVc0X.png)!important;
  1770. background-repeat: no-repeat !important;
  1771. width: 0px !important;
  1772. height: 14px !important;
  1773. padding-right: 17px
  1774. }
  1775. img[title='Swaziland']{
  1776. background: url(https://i.imgur.com/qZbl9AY.png)!important;
  1777. background-repeat: no-repeat !important;
  1778. width: 0px !important;
  1779. height: 14px !important;
  1780. padding-right: 17px
  1781. }
  1782. img[title='Sweden']{
  1783. background: url(https://i.imgur.com/zG0v0Hm.png)!important;
  1784. background-repeat: no-repeat !important;
  1785. width: 0px !important;
  1786. height: 14px !important;
  1787. padding-right: 17px
  1788. }
  1789. img[title='Switzerland']{
  1790. background: url(https://i.imgur.com/gM2nHMC.png)!important;
  1791. background-repeat: no-repeat !important;
  1792. width: 0px !important;
  1793. height: 14px !important;
  1794. padding-right: 17px
  1795. }
  1796. img[title='Syria']{
  1797. background: url(https://i.imgur.com/FuWwHPF.png)!important;
  1798. background-repeat: no-repeat !important;
  1799. width: 0px !important;
  1800. height: 14px !important;
  1801. padding-right: 17px
  1802. }
  1803. img[title='Taiwan']{
  1804. background: url(https://i.imgur.com/ZARaKsp.png)!important;
  1805. background-repeat: no-repeat !important;
  1806. width: 0px !important;
  1807. height: 14px !important;
  1808. padding-right: 17px
  1809. }
  1810. img[title='Tajikistan']{
  1811. background: url(https://i.imgur.com/pNfpfXl.png)!important;
  1812. background-repeat: no-repeat !important;
  1813. width: 0px !important;
  1814. height: 14px !important;
  1815. padding-right: 17px
  1816. }
  1817. img[title='Tanzania']{
  1818. background: url(https://i.imgur.com/cPeK87I.png)!important;
  1819. background-repeat: no-repeat !important;
  1820. width: 0px !important;
  1821. height: 14px !important;
  1822. padding-right: 17px
  1823. }
  1824. img[title='Thailand']{
  1825. background: url(https://i.imgur.com/7W2jYGk.png)!important;
  1826. background-repeat: no-repeat !important;
  1827. width: 0px !important;
  1828. height: 14px !important;
  1829. padding-right: 17px
  1830. }
  1831. img[title='Togo']{
  1832. background: url(https://i.imgur.com/JyII5zY.png)!important;
  1833. background-repeat: no-repeat !important;
  1834. width: 0px !important;
  1835. height: 14px !important;
  1836. padding-right: 17px
  1837. }
  1838. img[title='Tokelau']{
  1839. background: url(https://i.imgur.com/XhYI0y3.png)!important;
  1840. background-repeat: no-repeat !important;
  1841. width: 0px !important;
  1842. height: 14px !important;
  1843. padding-right: 17px
  1844. }
  1845. img[title='Tonga']{
  1846. background: url(https://i.imgur.com/KsMfTG7.png)!important;
  1847. background-repeat: no-repeat !important;
  1848. width: 0px !important;
  1849. height: 14px !important;
  1850. padding-right: 17px
  1851. }
  1852. img[title='Trinidad and Tobago']{
  1853. background: url(https://i.imgur.com/yQ3CdX5.png)!important;
  1854. background-repeat: no-repeat !important;
  1855. width: 0px !important;
  1856. height: 14px !important;
  1857. padding-right: 17px
  1858. }
  1859. img[title='Tunisia']{
  1860. background: url(https://i.imgur.com/sQ4y8Em.png)!important;
  1861. background-repeat: no-repeat !important;
  1862. width: 0px !important;
  1863. height: 21px !important;
  1864. padding-right: 17px
  1865. }
  1866. img[title='Turkey']{
  1867. background: url(https://i.imgur.com/GDGr0nk.png)!important;
  1868. background-repeat: no-repeat !important;
  1869. width: 0px !important;
  1870. height: 14px !important;
  1871. padding-right: 17px
  1872. }
  1873. img[title='Turkmenistan']{
  1874. background: url(https://i.imgur.com/REGmOvv.png)!important;
  1875. background-repeat: no-repeat !important;
  1876. width: 0px !important;
  1877. height: 14px !important;
  1878. padding-right: 17px
  1879. }
  1880. img[title='Turks and Caicos Islands']{
  1881. background: url(https://i.imgur.com/6VV0sqW.png)!important;
  1882. background-repeat: no-repeat !important;
  1883. width: 0px !important;
  1884. height: 14px !important;
  1885. padding-right: 17px
  1886. }
  1887. img[title='Tuvalu']{
  1888. background: url(https://i.imgur.com/nPZwK9a.png)!important;
  1889. background-repeat: no-repeat !important;
  1890. width: 0px !important;
  1891. height: 14px !important;
  1892. padding-right: 17px
  1893. }
  1894. img[title='Uganda']{
  1895. background: url(https://i.imgur.com/f5vxfby.png)!important;
  1896. background-repeat: no-repeat !important;
  1897. width: 0px !important;
  1898. height: 14px !important;
  1899. padding-right: 17px
  1900. }
  1901. img[title='Ukraine']{
  1902. background: url(https://i.imgur.com/5GrzRsD.png)!important;
  1903. background-repeat: no-repeat !important;
  1904. width: 0px !important;
  1905. height: 14px !important;
  1906. padding-right: 17px
  1907. }
  1908. img[title='United Arab Emirates']{
  1909. background: url(https://i.imgur.com/V9d9ZV0.png)!important;
  1910. background-repeat: no-repeat !important;
  1911. width: 0px !important;
  1912. height: 17px !important;
  1913. padding-right: 21px
  1914. }
  1915. img[title='United Kingdom']{
  1916. background: url(https://i.imgur.com/oxHvMlg.png)!important;
  1917. background-repeat: no-repeat !important;
  1918. width: 0px !important;
  1919. height: 18px !important;
  1920. padding-right: 17px
  1921. }
  1922. /* not correct */
  1923. img[title='United States Minor Outlying Islands']{
  1924. background: url(https://i.imgur.com/1uNEL8A.png)!important;
  1925. background-repeat: no-repeat !important;
  1926. width: 0px !important;
  1927. height: 17px !important;
  1928. padding-right: 24px
  1929. }
  1930. img[title='Uruguay']{
  1931. background: url(https://i.imgur.com/lPo7tlL.png)!important;
  1932. background-repeat: no-repeat !important;
  1933. width: 0px !important;
  1934. height: 14px !important;
  1935. padding-right: 17px
  1936. }
  1937. img[title='U.S. Virgin Islands']{
  1938. background: url(https://i.imgur.com/MApXHUe.png)!important;
  1939. background-repeat: no-repeat !important;
  1940. width: 0px !important;
  1941. height: 14px !important;
  1942. padding-right: 17px
  1943. }
  1944. img[title='Uzbekistan']{
  1945. background: url(https://i.imgur.com/0w6ET0g.png)!important;
  1946. background-repeat: no-repeat !important;
  1947. width: 0px !important;
  1948. height: 14px !important;
  1949. padding-right: 17px
  1950. }
  1951. img[title='Vanuatu']{
  1952. background: url(https://i.imgur.com/3KkRwEE.png)!important;
  1953. background-repeat: no-repeat !important;
  1954. width: 0px !important;
  1955. height: 14px !important;
  1956. padding-right: 17px
  1957. }
  1958. img[title='Vatican']{
  1959. background: url(https://i.imgur.com/0pF4qP2.png)!important;
  1960. background-repeat: no-repeat !important;
  1961. width: 0px !important;
  1962. height: 19px !important;
  1963. padding-right: 12px
  1964. }
  1965. img[title='Venezuela']{
  1966. background: url(https://i.imgur.com/9ObN6mo.png)!important;
  1967. background-repeat: no-repeat !important;
  1968. width: 0px !important;
  1969. height: 19px !important;
  1970. padding-right: 18px
  1971. }
  1972. img[title='Vietnam']{
  1973. background: url(https://i.imgur.com/9c03cGr.png)!important;
  1974. background-repeat: no-repeat !important;
  1975. width: 0px !important;
  1976. height: 18px !important;
  1977. padding-right: 17px
  1978. }
  1979. img[title='Wallis and Futuna']{
  1980. background: url(https://i.imgur.com/EWLBOos.png)!important;
  1981. background-repeat: no-repeat !important;
  1982. width: 0px !important;
  1983. height: 14px !important;
  1984. padding-right: 17px
  1985. }
  1986. img[title='Western Sahara']{
  1987. background: url(https://i.imgur.com/A35mQfJ.png)!important;
  1988. background-repeat: no-repeat !important;
  1989. width: 0px !important;
  1990. height: 14px !important;
  1991. padding-right: 17px
  1992. }
  1993. img[title='Yemen']{
  1994. background: url(https://i.imgur.com/2ZHtaB5.png)!important;
  1995. background-repeat: no-repeat !important;
  1996. width: 0px !important;
  1997. height: 14px !important;
  1998. padding-right: 17px
  1999. }
  2000. img[title='Zambia']{
  2001. background: url(https://i.imgur.com/KvHuGQh.png)!important;
  2002. background-repeat: no-repeat !important;
  2003. width: 0px !important;
  2004. height: 14px !important;
  2005. padding-right: 17px
  2006. }
  2007. img[title='Zimbabwe']{
  2008. background: url(https://i.imgur.com/I5IGgdW.png)!important;
  2009. background-repeat: no-repeat !important;
  2010. width: 0px !important;
  2011. height: 14px !important;
  2012. padding-right: 17px
  2013. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement