.page-live {
    margin: 20px 0;   
}

.games-header img.logo-team {
    width: auto;
    height: 20px;
    margin-right: 7px;
    max-width: 20px;
}

.games-header {
    display: flex;
    background: #c4e3fd;
    color: #000;
    align-items: center;
    padding: 5px 5px;
}
.games-header a {
    color: #000;
    text-decoration: none;
}
span.game-info {
    color: #dd0000;
    flex-basis: 15%;
    max-width: 15%;
}
.game {
    display: flex;
    align-items: center;
    padding: 8px 8px;
}
a.teams-list {
    flex-basis: 80%;
    max-width: 80%;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}
span.team-club {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
img.logo-team {
    flex-basis: 25px;
    max-width: 25px;
    margin: 0;
    max-height: 25px;
    object-fit: contain;
}span.team-club:first-child {
    text-align: right;
    justify-content: flex-end;
}
span.team-name {
    margin: 0px 15px;
}
.team-club:first-child span.count {
    padding-right: 0;
    order: 3;
    margin-left: 15px;
}
.team-club span.count {
    background: #e1e1e1;
    padding: 0px 10px;
    color: #db0808;
}
.team-club:last-child span.team-name {
    order: 3;
    margin-right: 0;
}
span.team-club:last-child .count {
    order: 1;
    margin-right: 15px;
    padding-left: 0;
}
.team-club:last-child img.logo-team {
    order: 2;
}
span.team-club:last-child .count:before {
    content: "-";
    margin: 0 3px;
}
.page-live .content {
    margin-bottom: 30px;
}
.team-club:first-child img.logo-team {
    order: 2;
}
.team-club:first-child span.team-name {
    order: 1;
    padding-left: 0;
}
span.match-status__minutes:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #d9232f;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    margin-right: 5px;
    animation: liveIcon 0.7s linear infinite;
}
@keyframes liveIcon {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bongda9-odds {
   --c-av-text-danger: #b53f39;
   --c-av-text-disabled: #545454;
   --c-av-text-mmr-positive: blue;
   --c-av-text-mmr-negative: red;
   --c-av-text-back: #ffffff;
   --c-av-text-back-bg: #78acff;
   --c-av-text-lay: #ffffff;
   --c-av-text-lay-bg: #d675c3;
   --c-av-text-yes: #ffffff;
   --c-av-text-yes-bg: #78acff;
   --c-av-text-no: #ffffff;
   --c-av-text-no-bg: #d675c3;
   --c-av-text-favor: #b53f39;
   --c-av-text-blue: #2556B3;
   --c-av-text-red: #b53f39;
   --c-av-text-minus: #b53f39;
   --c-av-text-forecast-win: #5dad00;
   --c-av-text-forecast-lose: red;
   --c-av-text-search-result: inherit;
   --c-av-text-search-result-bg: #feec6e;
   --c-av-text-select-league-search-result: inherit;
   --c-av-text-select-league-search-result-bg: #feec6e;
   --c-av-match-score-text: #b53f39;
   --c-av-sport175-odds-hover-bg: #ffffb3;
   --c-av-goal-text: #2e2e2e;
   --c-av-sport50-odds-button-bg: var(--c-av-white-opacity-2);
   --c-av-sport50-odds-button-hover-bg: var(--c-av-white-opacity-1);
   --c-av-bettype-cricket-button-odds-selected-bg: var(--c-av-odds-selected-bg);
   --c-av-odds-close-text: #a3a3a3;
   --c-av-odds-bg: rgba(255,255,255,0.4);
   --c-av-odds-minus-text: #b53f39;
   --c-av-match-score-change-bg: var(--c-av-odds-change-bg);
   --c-av-match-score-changed-bg: var(--c-av-odds-changed-bg);
   --c-av-odds-even-bg: #c6d4f1;
   --c-av-odds-even-in-play-bg: #ffccbc;
   --c-av-bet-odds-text: #01122b;
   --c-av-odds-changed-up-bg:#5dad00;
   --c-av-odds-changed-down-bg:red;
   --c-av-team-blue: #2556B3;
   --c-av-team-red: #b53f39;
   --c-av-team-favor: #b53f39;
   --c-av-bettype-title-border: #3b5174;
   --c-av-oddstable-header-bg: #339967;
   --c-av-oddstable-header-text: #fff;
}

.c-odds-table__header {
   white-space: nowrap;
}

.c-bettype-title, .c-odds-table__event {
    display: inline-block;
    white-space: nowrap;
}

.c-bettype-title .c-bettype-col {
	white-space: nowrap;
    display: inline-block;
    text-align: right;
    border-left: 1px solid #efefef;
    text-align: center;
    padding: 0 5px;
}

.bongda9-odds-wrap {
    width: 100%;
    overflow: auto;
}

.bongda9-odds {
    font-size: 14px;
    width: max-content;
}

.c-league__header .c-bettype-title {
	display: none;
}

.c-league__name {
    background: #b1b1b1;
    font-size: 13px;
    padding: 2px 5px;
    text-align: left;
}

.c-league {
    background: #FFCCBC;
}

.c-league:nth-child(2n) {
    background: #FFDDD2;
}

.c-odds-table__event {
    width: 200px;
}

[data-view*=asiaview] .c-match-score {
    margin: 0;
    font-weight: 700;
    color: var(--c-av-match-score-text);
}

.c-match__timer {
	margin: 10px 0;
    width: 50px;
    vertical-align: top;
    text-align: center;
    white-space: break-spaces;
}

.c-match__odds-group .c-match__event {
    width: 150px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}	

.c-match__timer, .c-match__odds-group {
    display: inline-block;
    padding: 0 2px;
}

.c-match__odds {
    display: block;
    margin: 10px 0;
    text-align: right;
}

.c-dropdown.c-dropdown--right {
    display: none;
}

.c-match__bets:hover {
    background: #F5EEB8;
}

.c-match__odds-group .c-match__event, .c-match__odds-group .c-bettype-col {
    display: inline-block;
}

.c-match__bets {
	/*white-space: nowrap;*/
	font-size: 13px;
}

.c-odds-table__header {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    line-height: 1;
}

.c-bettype-title .c-bettype-col {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-match__odds .c-bettype-col {
    width: 100px;
    vertical-align: top;
}

span.c-odds {
    padding: 0 4px;
    min-width: 24px;
    margin: 2px 0;
    min-height: inherit;
    background-color: var(--c-av-odds-bg);
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    justify-content: flex-end;
    display: inline-flex;
}

span.c-team-name {
    font-weight: 600;
}

span.c-odds.c-odds--minus {
    color: var(--c-av-odds-minus-text);
    font-weight: 600;
}

[data-view*=asiaview] .c-odds {
	position: relative;
}

[data-view=asiaview] .c-odds-button[data-odds-status=change-up]>.c-odds::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 6px 3px;
    border-color: transparent transparent var(--c-av-odds-changed-up-bg) transparent;
    position: absolute;
    right: 0.15rem;
    bottom: auto;
}

[data-view=asiaview] .c-odds-button[data-odds-status=change-down]>.c-odds::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: var(--c-av-odds-changed-down-bg) transparent transparent transparent;
    position: absolute;
    right: 0.15rem;
    bottom: auto;
}

[data-view=asiaview] .c-odds-table .c-team__info .c-team-name {
    font-weight: 700;
}

[data-view=asiaview] .c-team--favor {
    color: var(--c-av-team-favor);
}

.c-match.c-in-play {
    border-bottom: 1px solid #333;
}

span.c-text-goal {
    margin: 0 2px;
}

[data-view=asiaview] .c-odds-table__event {
    align-self: stretch;
    border-right: 1px solid;
    border-color: var(--c-av-bettype-title-border);
}

[data-view*=asiaview] .c-odds-table__header {
    color: var(--c-av-oddstable-header-text);
    background-color: var(--c-av-oddstable-header-bg);

}

.c-odds-table {
	width: max-content;
}

.odds_content#odds_content {
	width: 100%;
	overflow: auto;
}

.c-bettype-group {
    display: flex;
}

.c-bettypes {
    flex: 1;
}

.c-bettype__row {
    display: flex;
}

.c-bettype__col {
    display: flex;
    padding: 0 2px 0 4px;
    margin-right: 5px;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
}

.c-bettype__row .c-bettype__col:first-child {
    justify-content: flex-start;
    flex: 1;
}

.c-bettype__row .c-bettype__col:last-child {
    justify-content: flex-end;
    flex: 1;
}

.c-bettype__row .c-odds {
    justify-content: flex-end;
    font-weight: 600;
}

.c-bettype__row .c-text-goal {
    justify-content: flex-start;
    flex: 1;
    margin-left: 5px;
}

.bongda9-score .c-match__odds .c-bettype-col {
    width: 39px !important;
}

.bongda9-score .c-bettype-title .c-bettype-col {
    width: 39px;
}

.c-bettype-group .c-bettype__row-heading .c-text {
    font-weight: 600;
}

.c-bettype__row .c-odds-button {
    display: flex;
    flex: 0 0 100%;
    min-height: 20px;
}

.huong-dan {
    padding: 20px 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
}

table#dtBasic td {
    border: 1px dotted #ededed;
}

table.standings {
    margin-top: 4px;
    color: #184c6f;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    font-size: 12px;
}

table.standings thead td {
    line-height: 16px;
    background-color: rgb(255 105 0);
    color: #fff;
}

table.standings td {
    border: 1px solid #d1d1d1;
}
table.standings td {
    padding: 3px;
    color: #2e2e2e;
    vertical-align: top;
}

table.standings tr:nth-child(even) {
    background: #ddd;
}

.flag_16 {
    background-image: url(images/map.png?ver=123);
    background-repeat: no-repeat;
}

.left_16 {
    padding-left: 20px;
    background-position: left top;
}

.afghanistan_24_left {
    background-position: 0 -17px;
}
.afghanistan_24_right {
    background-position: 100% -17px;
}
.africa_24_left {
    background-position: 0 -33px;
}
.africa_24_right {
    background-position: 100% -33px;
}
.albania_24_left {
    background-position: 0 -49px;
}
.albania_24_right {
    background-position: 100% -49px;
}
.algeria_24_left {
    background-position: 0 -65px;
}
.algeria_24_right {
    background-position: 100% -65px;
}
.american-samoa_24_left {
    background-position: 0 -81px;
}
.american-samoa_24_right {
    background-position: 100% -81px;
}
.andorra_24_left {
    background-position: 0 -97px;
}
.andorra_24_right {
    background-position: 100% -97px;
}
.angola_24_left {
    background-position: 0 -113px;
}
.angola_24_right {
    background-position: 100% -113px;
}
.anguilla_24_left {
    background-position: 0 -129px;
}
.anguilla_24_right {
    background-position: 100% -129px;
}
.antigua-and-barbuda_24_left {
    background-position: 0 -145px;
}
.antigua-and-barbuda_24_right {
    background-position: 100% -145px;
}
.argentina_24_left {
    background-position: 0 -161px;
}
.argentina_24_right {
    background-position: 100% -161px;
}
.armenia_24_left {
    background-position: 0 -177px;
}
.armenia_24_right {
    background-position: 100% -177px;
}
.aruba_24_left {
    background-position: 0 -193px;
}
.aruba_24_right {
    background-position: 100% -193px;
}
.asia_24_left {
    background-position: 0 -209px;
}
.asia_24_right {
    background-position: 100% -209px;
}
.australia_24_left {
    background-position: 0 -225px;
}
.australia_24_right {
    background-position: 100% -225px;
}
.austria_24_left {
    background-position: 0 -241px;
}
.austria_24_right {
    background-position: 100% -241px;
}
.azerbaijan_24_left {
    background-position: 0 -257px;
}
.azerbaijan_24_right {
    background-position: 100% -257px;
}
.bahamas_24_left {
    background-position: 0 -273px;
}
.bahamas_24_right {
    background-position: 100% -273px;
}
.bahrain_24_left {
    background-position: 0 -289px;
}
.bahrain_24_right {
    background-position: 100% -289px;
}
.bangladesh_24_left {
    background-position: 0 -305px;
}
.bangladesh_24_right {
    background-position: 100% -305px;
}
.barbados_24_left {
    background-position: 0 -321px;
}
.barbados_24_right {
    background-position: 100% -321px;
}
.belarus_24_left {
    background-position: 0 -337px;
}
.belarus_24_right {
    background-position: 100% -337px;
}
.belgium_24_left {
    background-position: 0 -353px;
}
.belgium_24_right {
    background-position: 100% -353px;
}
.belize_24_left {
    background-position: 0 -369px;
}
.belize_24_right {
    background-position: 100% -369px;
}
.benin_24_left {
    background-position: 0 -385px;
}
.benin_24_right {
    background-position: 100% -385px;
}
.bermuda_24_left {
    background-position: 0 -401px;
}
.bermuda_24_right {
    background-position: 100% -401px;
}
.bhutan_24_left {
    background-position: 0 -417px;
}
.bhutan_24_right {
    background-position: 100% -417px;
}
.bolivia_24_left {
    background-position: 0 -433px;
}
.bolivia_24_right {
    background-position: 100% -433px;
}
.bonaire_24_left {
    background-position: 0 -449px;
}
.bonaire_24_right {
    background-position: 100% -449px;
}
.bosnia-herzegovina_24_left {
    background-position: 0 -465px;
}
.bosnia-herzegovina_24_right {
    background-position: 100% -465px;
}
.botswana_24_left {
    background-position: 0 -481px;
}
.botswana_24_right {
    background-position: 100% -481px;
}
.brazil_24_left {
    background-position: 0 -497px;
}
.brazil_24_right {
    background-position: 100% -497px;
}
.british-virgin-islands_24_left {
    background-position: 0 -513px;
}
.british-virgin-islands_24_right {
    background-position: 100% -513px;
}
.brunei-darussalam_24_left {
    background-position: 0 -529px;
}
.brunei-darussalam_24_right {
    background-position: 100% -529px;
}
.bulgaria_24_left {
    background-position: 0 -545px;
}
.bulgaria_24_right {
    background-position: 100% -545px;
}
.burkina-faso_24_left {
    background-position: 0 -561px;
}
.burkina-faso_24_right {
    background-position: 100% -561px;
}
.burundi_24_left {
    background-position: 0 -577px;
}
.burundi_24_right {
    background-position: 100% -577px;
}
.cambodia_24_left {
    background-position: 0 -593px;
}
.cambodia_24_right {
    background-position: 100% -593px;
}
.cameroon_24_left {
    background-position: 0 -609px;
}
.cameroon_24_right {
    background-position: 100% -609px;
}
.canada_24_left {
    background-position: 0 -625px;
}
.canada_24_right {
    background-position: 100% -625px;
}
.cape-verde-islands_24_left {
    background-position: 0 -641px;
}
.cape-verde-islands_24_right {
    background-position: 100% -641px;
}
.cayman-islands_24_left {
    background-position: 0 -657px;
}
.cayman-islands_24_right {
    background-position: 100% -657px;
}
.central-african-republic_24_left {
    background-position: 0 -673px;
}
.central-african-republic_24_right {
    background-position: 100% -673px;
}
.chad_24_left {
    background-position: 0 -689px;
}
.chad_24_right {
    background-position: 100% -689px;
}
.chile_24_left {
    background-position: 0 -705px;
}
.chile_24_right {
    background-position: 100% -705px;
}
.china-pr_24_left {
    background-position: 0 -721px;
}
.china-pr_24_right {
    background-position: 100% -721px;
}
.chinese-taipei_24_left {
    background-position: 0 -737px;
}
.chinese-taipei_24_right {
    background-position: 100% -737px;
}
.colombia_24_left {
    background-position: 0 -753px;
}
.colombia_24_right {
    background-position: 100% -753px;
}
.comoros_24_left {
    background-position: 0 -769px;
}
.comoros_24_right {
    background-position: 100% -769px;
}
.congo-dr_24_left {
    background-position: 0 -785px;
}
.congo-dr_24_right {
    background-position: 100% -785px;
}
.congo_24_left {
    background-position: 0 -801px;
}
.congo_24_right {
    background-position: 100% -801px;
}
.cook-islands_24_left {
    background-position: 0 -817px;
}
.cook-islands_24_right {
    background-position: 100% -817px;
}
.costa-rica_24_left {
    background-position: 0 -833px;
}
.costa-rica_24_right {
    background-position: 100% -833px;
}
.cote-divoire_24_left {
    background-position: 0 -849px;
}
.cote-divoire_24_right {
    background-position: 100% -849px;
}
.croatia_24_left {
    background-position: 0 -865px;
}
.croatia_24_right {
    background-position: 100% -865px;
}
.cuba_24_left {
    background-position: 0 -881px;
}
.cuba_24_right {
    background-position: 100% -881px;
}
.curacao_24_left {
    background-position: 0 -897px;
}
.curacao_24_right {
    background-position: 100% -897px;
}
.cyprus_24_left {
    background-position: 0 -913px;
}
.cyprus_24_right {
    background-position: 100% -913px;
}
.czech-republic_24_left {
    background-position: 0 -929px;
}
.czech-republic_24_right {
    background-position: 100% -929px;
}
.denmark_24_left {
    background-position: 0 -945px;
}
.denmark_24_right {
    background-position: 100% -945px;
}
.djibouti_24_left {
    background-position: 0 -961px;
}
.djibouti_24_right {
    background-position: 100% -961px;
}
.dominica_24_left {
    background-position: 0 -977px;
}
.dominica_24_right {
    background-position: 100% -977px;
}
.dominican-republic_24_left {
    background-position: 0 -993px;
}
.dominican-republic_24_right {
    background-position: 100% -993px;
}
.east-timor_24_left {
    background-position: 0 -1009px;
}
.east-timor_24_right {
    background-position: 100% -1009px;
}
.ecuador_24_left {
    background-position: 0 -1025px;
}
.ecuador_24_right {
    background-position: 100% -1025px;
}
.egypt_24_left {
    background-position: 0 -1041px;
}
.egypt_24_right {
    background-position: 100% -1041px;
}
.el-salvador_24_left {
    background-position: 0 -1057px;
}
.el-salvador_24_right {
    background-position: 100% -1057px;
}
.england_24_left {
    background-position: 0 -1073px;
}
.england_24_right {
    background-position: 100% -1073px;
}
.equatorial-guinea_24_left {
    background-position: 0 -1089px;
}
.equatorial-guinea_24_right {
    background-position: 100% -1089px;
}
.eritrea_24_left {
    background-position: 0 -1105px;
}
.eritrea_24_right {
    background-position: 100% -1105px;
}
.estonia_24_left {
    background-position: 0 -1121px;
}
.estonia_24_right {
    background-position: 100% -1121px;
}
.ethiopia_24_left {
    background-position: 0 -1137px;
}
.ethiopia_24_right {
    background-position: 100% -1137px;
}
.europe_24_left {
    background-position: 0 -1153px;
}
.europe_24_right {
    background-position: 100% -1153px;
}
.faroe-islands_24_left {
    background-position: 0 -1169px;
}
.faroe-islands_24_right {
    background-position: 100% -1169px;
}
.fiji_24_left {
    background-position: 0 -1185px;
}
.fiji_24_right {
    background-position: 100% -1185px;
}
.finland_24_left {
    background-position: 0 -1201px;
}
.finland_24_right {
    background-position: 100% -1201px;
}
.france_24_left {
    background-position: 0 -1217px;
}
.france_24_right {
    background-position: 100% -1217px;
}
.french-guyana_24_left {
    background-position: 0 -1233px;
}
.french-guyana_24_right {
    background-position: 100% -1233px;
}
.gabon_24_left {
    background-position: 0 -1249px;
}
.gabon_24_right {
    background-position: 100% -1249px;
}
.gambia_24_left {
    background-position: 0 -1265px;
}
.gambia_24_right {
    background-position: 100% -1265px;
}
.georgia_24_left {
    background-position: 0 -1281px;
}
.georgia_24_right {
    background-position: 100% -1281px;
}
.germany_24_left {
    background-position: 0 -1297px;
}
.germany_24_right {
    background-position: 100% -1297px;
}
.ghana_24_left {
    background-position: 0 -1313px;
}
.ghana_24_right {
    background-position: 100% -1313px;
}
.gibraltar_24_left {
    background-position: 0 -1329px;
}
.gibraltar_24_right {
    background-position: 100% -1329px;
}
.great-britain_24_left {
    background-position: 0 -1345px;
}
.great-britain_24_right {
    background-position: 100% -1345px;
}
.greece_24_left {
    background-position: 0 -1361px;
}
.greece_24_right {
    background-position: 100% -1361px;
}
.grenada_24_left {
    background-position: 0 -1377px;
}
.grenada_24_right {
    background-position: 100% -1377px;
}
.guadeloupe_24_left {
    background-position: 0 -1393px;
}
.guadeloupe_24_right {
    background-position: 100% -1393px;
}
.guam_24_left {
    background-position: 0 -1409px;
}
.guam_24_right {
    background-position: 100% -1409px;
}
.guatemala_24_left {
    background-position: 0 -1425px;
}
.guatemala_24_right {
    background-position: 100% -1425px;
}
.guernsey_24_left {
    background-position: 0 -1441px;
}
.guernsey_24_right {
    background-position: 100% -1441px;
}
.guinea-bissau_24_left {
    background-position: 0 -1457px;
}
.guinea-bissau_24_right {
    background-position: 100% -1457px;
}
.guinea_24_left {
    background-position: 0 -1473px;
}
.guinea_24_right {
    background-position: 100% -1473px;
}
.guyana_24_left {
    background-position: 0 -1489px;
}
.guyana_24_right {
    background-position: 100% -1489px;
}
.haiti_24_left {
    background-position: 0 -1505px;
}
.haiti_24_right {
    background-position: 100% -1505px;
}
.honduras_24_left {
    background-position: 0 -1521px;
}
.honduras_24_right {
    background-position: 100% -1521px;
}
.hong-kong_24_left {
    background-position: 0 -1537px;
}
.hong-kong_24_right {
    background-position: 100% -1537px;
}
.hungary_24_left {
    background-position: 0 -1553px;
}
.hungary_24_right {
    background-position: 100% -1553px;
}
.iceland_24_left {
    background-position: 0 -1569px;
}
.iceland_24_right {
    background-position: 100% -1569px;
}
.india_24_left {
    background-position: 0 -1585px;
}
.india_24_right {
    background-position: 100% -1585px;
}
.indonesia_24_left {
    background-position: 0 -1601px;
}
.indonesia_24_right {
    background-position: 100% -1601px;
}
.iran_24_left {
    background-position: 0 -1617px;
}
.iran_24_right {
    background-position: 100% -1617px;
}
.iraq_24_left {
    background-position: 0 -1633px;
}
.iraq_24_right {
    background-position: 100% -1633px;
}
.ireland-republic_24_left {
    background-position: 0 -1649px;
}
.ireland-republic_24_right {
    background-position: 100% -1649px;
}
.isle-of-man_24_left {
    background-position: 0 -1665px;
}
.isle-of-man_24_right {
    background-position: 100% -1665px;
}
.israel_24_left {
    background-position: 0 -1681px;
}
.israel_24_right {
    background-position: 100% -1681px;
}
.italy_24_left {
    background-position: 0 -1697px;
}
.italy_24_right {
    background-position: 100% -1697px;
}
.jamaica_24_left {
    background-position: 0 -1713px;
}
.jamaica_24_right {
    background-position: 100% -1713px;
}
.japan_24_left {
    background-position: 0 -1729px;
}
.japan_24_right {
    background-position: 100% -1729px;
}
.jersey_24_left {
    background-position: 0 -1745px;
}
.jersey_24_right {
    background-position: 100% -1745px;
}
.jordan_24_left {
    background-position: 0 -1761px;
}
.jordan_24_right {
    background-position: 100% -1761px;
}
.kazakhstan_24_left {
    background-position: 0 -1777px;
}
.kazakhstan_24_right {
    background-position: 100% -1777px;
}
.kenya_24_left {
    background-position: 0 -1793px;
}
.kenya_24_right {
    background-position: 100% -1793px;
}
.kiribati_24_left {
    background-position: 0 -1809px;
}
.kiribati_24_right {
    background-position: 100% -1809px;
}
.korea-dpr_24_left {
    background-position: 0 -1825px;
}
.korea-dpr_24_right {
    background-position: 100% -1825px;
}
.korea-republic_24_left {
    background-position: 0 -1841px;
}
.korea-republic_24_right {
    background-position: 100% -1841px;
}
.kosovo_24_left {
    background-position: 0 -1857px;
}
.kosovo_24_right {
    background-position: 100% -1857px;
}
.kuwait_24_left {
    background-position: 0 -1873px;
}
.kuwait_24_right {
    background-position: 100% -1873px;
}
.kyrgyzstan_24_left {
    background-position: 0 -1889px;
}
.kyrgyzstan_24_right {
    background-position: 100% -1889px;
}
.laos_24_left {
    background-position: 0 -1905px;
}
.laos_24_right {
    background-position: 100% -1905px;
}
.latan_24_left {
    background-position: 0 -1921px;
}
.latan_24_right {
    background-position: 100% -1921px;
}
.latvia_24_left {
    background-position: 0 -1937px;
}
.latvia_24_right {
    background-position: 100% -1937px;
}
.lebanon_24_left {
    background-position: 0 -1953px;
}
.lebanon_24_right {
    background-position: 100% -1953px;
}
.lesotho_24_left {
    background-position: 0 -1969px;
}
.lesotho_24_right {
    background-position: 100% -1969px;
}
.liberia_24_left {
    background-position: 0 -1985px;
}
.liberia_24_right {
    background-position: 100% -1985px;
}
.libya_24_left {
    background-position: 0 -2001px;
}
.libya_24_right {
    background-position: 100% -2001px;
}
.liechtenstein_24_left {
    background-position: 0 -2017px;
}
.liechtenstein_24_right {
    background-position: 100% -2017px;
}
.lithuania_24_left {
    background-position: 0 -2033px;
}
.lithuania_24_right {
    background-position: 100% -2033px;
}
.luxembourg_24_left {
    background-position: 0 -2049px;
}
.luxembourg_24_right {
    background-position: 100% -2049px;
}
.macao_24_left {
    background-position: 0 -2065px;
}
.macao_24_right {
    background-position: 100% -2065px;
}
.macedonia-fyr_24_left {
    background-position: 0 -2081px;
}
.macedonia-fyr_24_right {
    background-position: 100% -2081px;
}
.madagascar_24_left {
    background-position: 0 -2097px;
}
.madagascar_24_right {
    background-position: 100% -2097px;
}
.malawi_24_left {
    background-position: 0 -2113px;
}
.malawi_24_right {
    background-position: 100% -2113px;
}
.malaysia_24_left {
    background-position: 0 -2129px;
}
.malaysia_24_right {
    background-position: 100% -2129px;
}
.maldives_24_left {
    background-position: 0 -2145px;
}
.maldives_24_right {
    background-position: 100% -2145px;
}
.mali_24_left {
    background-position: 0 -2161px;
}
.mali_24_right {
    background-position: 100% -2161px;
}
.malta_24_left {
    background-position: 0 -2177px;
}
.malta_24_right {
    background-position: 100% -2177px;
}
.martinique_24_left {
    background-position: 0 -2193px;
}
.martinique_24_right {
    background-position: 100% -2193px;
}
.mauritania_24_left {
    background-position: 0 -2209px;
}
.mauritania_24_right {
    background-position: 100% -2209px;
}
.mauritius_24_left {
    background-position: 0 -2225px;
}
.mauritius_24_right {
    background-position: 100% -2225px;
}
.mayotte_24_left {
    background-position: 0 -2241px;
}
.mayotte_24_right {
    background-position: 100% -2241px;
}
.mexico_24_left {
    background-position: 0 -2257px;
}
.mexico_24_right {
    background-position: 100% -2257px;
}
.moldova_24_left {
    background-position: 0 -2273px;
}
.moldova_24_right {
    background-position: 100% -2273px;
}
.monaco_24_left {
    background-position: 0 -2289px;
}
.monaco_24_right {
    background-position: 100% -2289px;
}
.mongolia_24_left {
    background-position: 0 -2305px;
}
.mongolia_24_right {
    background-position: 100% -2305px;
}
.montenegro_24_left {
    background-position: 0 -2321px;
}
.montenegro_24_right {
    background-position: 100% -2321px;
}
.montserrat_24_left {
    background-position: 0 -2337px;
}
.montserrat_24_right {
    background-position: 100% -2337px;
}
.morocco_24_left {
    background-position: 0 -2353px;
}
.morocco_24_right {
    background-position: 100% -2353px;
}
.mozambique_24_left {
    background-position: 0 -2369px;
}
.mozambique_24_right {
    background-position: 100% -2369px;
}
.myanmar_24_left {
    background-position: 0 -2385px;
}
.myanmar_24_right {
    background-position: 100% -2385px;
}
.namibia_24_left {
    background-position: 0 -2401px;
}
.namibia_24_right {
    background-position: 100% -2401px;
}
.nauru_24_left {
    background-position: 0 -2417px;
}
.nauru_24_right {
    background-position: 100% -2417px;
}
.nc-america_24_left {
    background-position: 0 -2433px;
}
.nc-america_24_right {
    background-position: 100% -2433px;
}
.nepal_24_left {
    background-position: 0 -2449px;
}
.nepal_24_right {
    background-position: 100% -2449px;
}
.netherlands_24_left {
    background-position: 0 -2465px;
}
.netherlands_24_right {
    background-position: 100% -2465px;
}
.new-caledonia_24_left {
    background-position: 0 -2481px;
}
.new-caledonia_24_right {
    background-position: 100% -2481px;
}
.new-zealand_24_left {
    background-position: 0 -2497px;
}
.new-zealand_24_right {
    background-position: 100% -2497px;
}
.nicaragua_24_left {
    background-position: 0 -2513px;
}
.nicaragua_24_right {
    background-position: 100% -2513px;
}
.niger_24_left {
    background-position: 0 -2529px;
}
.niger_24_right {
    background-position: 100% -2529px;
}
.nigeria_24_left {
    background-position: 0 -2545px;
}
.nigeria_24_right {
    background-position: 100% -2545px;
}
.niue_24_left {
    background-position: 0 -2561px;
}
.niue_24_right {
    background-position: 100% -2561px;
}
.nordic_24_left {
    background-position: 0 -2577px;
}
.nordic_24_right {
    background-position: 100% -2577px;
}
.northern-ireland_24_left {
    background-position: 0 -2593px;
}
.northern-ireland_24_right {
    background-position: 100% -2593px;
}
.northern-mariana-islands_24_left {
    background-position: 0 -2609px;
}
.northern-mariana-islands_24_right {
    background-position: 100% -2609px;
}
.norway_24_left {
    background-position: 0 -2625px;
}
.norway_24_right {
    background-position: 100% -2625px;
}
.oceania_24_left {
    background-position: 0 -2641px;
}
.oceania_24_right {
    background-position: 100% -2641px;
}
.oman_24_left {
    background-position: 0 -2657px;
}
.oman_24_right {
    background-position: 100% -2657px;
}
.pakistan_24_left {
    background-position: 0 -2673px;
}
.pakistan_24_right {
    background-position: 100% -2673px;
}
.palau_24_left {
    background-position: 0 -2689px;
}
.palau_24_right {
    background-position: 100% -2689px;
}
.palestine_24_left {
    background-position: 0 -2705px;
}
.palestine_24_right {
    background-position: 100% -2705px;
}
.panama_24_left {
    background-position: 0 -2721px;
}
.panama_24_right {
    background-position: 100% -2721px;
}
.papua-new-guinea_24_left {
    background-position: 0 -2737px;
}
.papua-new-guinea_24_right {
    background-position: 100% -2737px;
}
.paraguay_24_left {
    background-position: 0 -2753px;
}
.paraguay_24_right {
    background-position: 100% -2753px;
}
.peru_24_left {
    background-position: 0 -2769px;
}
.peru_24_right {
    background-position: 100% -2769px;
}
.philippines_24_left {
    background-position: 0 -2785px;
}
.philippines_24_right {
    background-position: 100% -2785px;
}
.poland_24_left {
    background-position: 0 -2801px;
}
.poland_24_right {
    background-position: 100% -2801px;
}
.portugal_24_left {
    background-position: 0 -2817px;
}
.portugal_24_right {
    background-position: 100% -2817px;
}
.puerto-rico_24_left {
    background-position: 0 -2833px;
}
.puerto-rico_24_right {
    background-position: 100% -2833px;
}
.qatar_24_left {
    background-position: 0 -2849px;
}
.qatar_24_right {
    background-position: 100% -2849px;
}
.reunion_24_left {
    background-position: 0 -2865px;
}
.reunion_24_right {
    background-position: 100% -2865px;
}
.romania_24_left {
    background-position: 0 -2881px;
}
.romania_24_right {
    background-position: 100% -2881px;
}
.russia_24_left {
    background-position: 0 -2897px;
}
.russia_24_right {
    background-position: 100% -2897px;
}
.rwanda_24_left {
    background-position: 0 -2913px;
}
.rwanda_24_right {
    background-position: 100% -2913px;
}
.saint-martin_24_left {
    background-position: 0 -2929px;
}
.saint-martin_24_right {
    background-position: 100% -2929px;
}
.samoa_24_left {
    background-position: 0 -2945px;
}
.samoa_24_right {
    background-position: 100% -2945px;
}
.san-marino_24_left {
    background-position: 0 -2961px;
}
.san-marino_24_right {
    background-position: 100% -2961px;
}
.sao-tome-e-principe_24_left {
    background-position: 0 -2977px;
}
.sao-tome-e-principe_24_right {
    background-position: 100% -2977px;
}
.saudi-arabia_24_left {
    background-position: 0 -2993px;
}
.saudi-arabia_24_right {
    background-position: 100% -2993px;
}
.scotland_24_left {
    background-position: 0 -3009px;
}
.scotland_24_right {
    background-position: 100% -3009px;
}
.senegal_24_left {
    background-position: 0 -3025px;
}
.senegal_24_right {
    background-position: 100% -3025px;
}
.serbia-and-montenegro_24_left {
    background-position: 0 -3041px;
}
.serbia-and-montenegro_24_right {
    background-position: 100% -3041px;
}
.serbia_24_left {
    background-position: 0 -3057px;
}
.serbia_24_right {
    background-position: 100% -3057px;
}
.seychelles_24_left {
    background-position: 0 -3073px;
}
.seychelles_24_right {
    background-position: 100% -3073px;
}
.sierra-leone_24_left {
    background-position: 0 -3089px;
}
.sierra-leone_24_right {
    background-position: 100% -3089px;
}
.singapore_24_left {
    background-position: 0 -3105px;
}
.singapore_24_right {
    background-position: 100% -3105px;
}
.sint-eustatius_24_left {
    background-position: 0 -3121px;
}
.sint-eustatius_24_right {
    background-position: 100% -3121px;
}
.sint-maarten_24_left {
    background-position: 0 -3137px;
}
.sint-maarten_24_right {
    background-position: 100% -3137px;
}
.slovakia_24_left {
    background-position: 0 -3153px;
}
.slovakia_24_right {
    background-position: 100% -3153px;
}
.slovenia_24_left {
    background-position: 0 -3169px;
}
.slovenia_24_right {
    background-position: 100% -3169px;
}
.solomon-islands_24_left {
    background-position: 0 -3185px;
}
.solomon-islands_24_right {
    background-position: 100% -3185px;
}
.somalia_24_left {
    background-position: 0 -3201px;
}
.somalia_24_right {
    background-position: 100% -3201px;
}
.south-africa_24_left {
    background-position: 0 -3217px;
}
.south-africa_24_right {
    background-position: 100% -3217px;
}
.south-america_24_left {
    background-position: 0 -3233px;
}
.south-america_24_right {
    background-position: 100% -3233px;
}
.south-sudan_24_left {
    background-position: 0 -3249px;
}
.south-sudan_24_right {
    background-position: 100% -3249px;
}
.spain_24_left {
    background-position: 0 -3265px;
}
.spain_24_right {
    background-position: 100% -3265px;
}
.sri-lanka_24_left {
    background-position: 0 -3281px;
}
.sri-lanka_24_right {
    background-position: 100% -3281px;
}
.st-kitts-and-nevis_24_left {
    background-position: 0 -3297px;
}
.st-kitts-and-nevis_24_right {
    background-position: 100% -3297px;
}
.st-lucia_24_left {
    background-position: 0 -3313px;
}
.st-lucia_24_right {
    background-position: 100% -3313px;
}
.st-vincent-and-the-grenadines_24_left {
    background-position: 0 -3329px;
}
.st-vincent-and-the-grenadines_24_right {
    background-position: 100% -3329px;
}
.sudan_24_left {
    background-position: 0 -3345px;
}
.sudan_24_right {
    background-position: 100% -3345px;
}
.surinam_24_left {
    background-position: 0 -3361px;
}
.surinam_24_right {
    background-position: 100% -3361px;
}
.swaziland_24_left {
    background-position: 0 -3377px;
}
.swaziland_24_right {
    background-position: 100% -3377px;
}
.sweden_24_left {
    background-position: 0 -3393px;
}
.sweden_24_right {
    background-position: 100% -3393px;
}
.switzerland_24_left {
    background-position: 0 -3409px;
}
.switzerland_24_right {
    background-position: 100% -3409px;
}
.syria_24_left {
    background-position: 0 -3425px;
}
.syria_24_right {
    background-position: 100% -3425px;
}
.tahiti_24_left {
    background-position: 0 -3441px;
}
.tahiti_24_right {
    background-position: 100% -3441px;
}
.tajikistan_24_left {
    background-position: 0 -3457px;
}
.tajikistan_24_right {
    background-position: 100% -3457px;
}
.tanzania_24_left {
    background-position: 0 -3473px;
}
.tanzania_24_right {
    background-position: 100% -3473px;
}
.thailand_24_left {
    background-position: 0 -3489px;
}
.thailand_24_right {
    background-position: 100% -3489px;
}
.togo_24_left {
    background-position: 0 -3505px;
}
.togo_24_right {
    background-position: 100% -3505px;
}
.tonga_24_left {
    background-position: 0 -3521px;
}
.tonga_24_right {
    background-position: 100% -3521px;
}
.trinidad-and-tobago_24_left {
    background-position: 0 -3537px;
}
.trinidad-and-tobago_24_right {
    background-position: 100% -3537px;
}
.tunisia_24_left {
    background-position: 0 -3553px;
}
.tunisia_24_right {
    background-position: 100% -3553px;
}
.turkey_24_left {
    background-position: 0 -3569px;
}
.turkey_24_right {
    background-position: 100% -3569px;
}
.turkmenistan_24_left {
    background-position: 0 -3585px;
}
.turkmenistan_24_right {
    background-position: 100% -3585px;
}
.turks-and-caicos-islands_24_left {
    background-position: 0 -3601px;
}
.turks-and-caicos-islands_24_right {
    background-position: 100% -3601px;
}
.tuvalu_24_left {
    background-position: 0 -3617px;
}
.tuvalu_24_right {
    background-position: 100% -3617px;
}
.uganda_24_left {
    background-position: 0 -3633px;
}
.uganda_24_right {
    background-position: 100% -3633px;
}
.ukraine_24_left {
    background-position: 0 -3649px;
}
.ukraine_24_right {
    background-position: 100% -3649px;
}
.united-arab-emirates_24_left {
    background-position: 0 -3665px;
}
.united-arab-emirates_24_right {
    background-position: 100% -3665px;
}
.united-states_24_left {
    background-position: 0 -3681px;
}
.united-states_24_right {
    background-position: 100% -3681px;
}
.uruguay_24_left {
    background-position: 0 -3697px;
}
.uruguay_24_right {
    background-position: 100% -3697px;
}
.us-virgin-islands_24_left {
    background-position: 0 -3713px;
}
.us-virgin-islands_24_right {
    background-position: 100% -3713px;
}
.uzbekistan_24_left {
    background-position: 0 -3729px;
}
.uzbekistan_24_right {
    background-position: 100% -3729px;
}
.vanuatu_24_left {
    background-position: 0 -3745px;
}
.vanuatu_24_right {
    background-position: 100% -3745px;
}
.venezuela_24_left {
    background-position: 0 -3761px;
}
.venezuela_24_right {
    background-position: 100% -3761px;
}
.vietnam_24_left {
    background-position: 0 -3777px;
}
.vietnam_24_right {
    background-position: 100% -3777px;
}
.wales_24_left {
    background-position: 0 -3793px;
}
.wales_24_right {
    background-position: 100% -3793px;
}
.world_24_left {
    background-position: 0 -3809px;
}
.world_24_right {
    background-position: 100% -3809px;
}
.yemen_24_left {
    background-position: 0 -3825px;
}
.yemen_24_right {
    background-position: 100% -3825px;
}
.zambia_24_left {
    background-position: 0 -3841px;
}
.zambia_24_right {
    background-position: 100% -3841px;
}
.zanzibar_24_left {
    background-position: 0 -3857px;
}
.zanzibar_24_right {
    background-position: 100% -3857px;
}
.zimbabwe_24_left {
    background-position: 0 -3873px;
}
.zimbabwe_24_right {
    background-position: 100% -3873px;
}
.flag_16 {
    background-repeat: no-repeat;
}
.left_16 {
    padding-left: 20px;
    background-position: left top;
}
.right_16 {
    padding-right: 20px;
    background-position: right top;
}
.afghanistan_16_left {
    background-position: 0 -17px;
}
.afghanistan_16_right {
    background-position: 100% -17px;
}
.africa_16_left {
    background-position: 0 -33px;
}
.africa_16_right {
    background-position: 100% -33px;
}
.albania_16_left {
    background-position: 0 -49px;
}
.albania_16_right {
    background-position: 100% -49px;
}
.algeria_16_left {
    background-position: 0 -65px;
}
.algeria_16_right {
    background-position: 100% -65px;
}
.american-samoa_16_left {
    background-position: 0 -81px;
}
.usa_16_left {
    background-position: 0 -81px;
}
.usa_16_right {
    background-position: 100% -81px;
}
.american-samoa_16_right {
    background-position: 100% -81px;
}
.andorra_16_left {
    background-position: 0 -97px;
}
.andorra_16_right {
    background-position: 100% -97px;
}
.angola_16_left {
    background-position: 0 -113px;
}
.angola_16_right {
    background-position: 100% -113px;
}
.anguilla_16_left {
    background-position: 0 -129px;
}
.anguilla_16_right {
    background-position: 100% -129px;
}
.antigua-and-barbuda_16_left {
    background-position: 0 -145px;
}
.antigua-and-barbuda_16_right {
    background-position: 100% -145px;
}
.argentina_16_left {
    background-position: 0 -161px;
}
.argentina_16_right {
    background-position: 100% -161px;
}
.armenia_16_left {
    background-position: 0 -177px;
}
.armenia_16_right {
    background-position: 100% -177px;
}
.aruba_16_left {
    background-position: 0 -193px;
}
.aruba_16_right {
    background-position: 100% -193px;
}
.asia_16_left {
    background-position: 0 -209px;
}
.asia_16_right {
    background-position: 100% -209px;
}
.australia_16_left {
    background-position: 0 -225px;
}
.australia_16_right {
    background-position: 100% -225px;
}
.austria_16_left {
    background-position: 0 -241px;
}
.austria_16_right {
    background-position: 100% -241px;
}
.azerbaijan_16_left {
    background-position: 0 -257px;
}
.azerbaijan_16_right {
    background-position: 100% -257px;
}
.bahamas_16_left {
    background-position: 0 -273px;
}
.bahamas_16_right {
    background-position: 100% -273px;
}
.bahrain_16_left {
    background-position: 0 -289px;
}
.bahrain_16_right {
    background-position: 100% -289px;
}
.bangladesh_16_left {
    background-position: 0 -305px;
}
.bangladesh_16_right {
    background-position: 100% -305px;
}
.barbados_16_left {
    background-position: 0 -321px;
}
.barbados_16_right {
    background-position: 100% -321px;
}
.belarus_16_left {
    background-position: 0 -337px;
}
.belarus_16_right {
    background-position: 100% -337px;
}
.belgium_16_left {
    background-position: 0 -353px;
}
.belgium_16_right {
    background-position: 100% -353px;
}
.belize_16_left {
    background-position: 0 -369px;
}
.belize_16_right {
    background-position: 100% -369px;
}
.benin_16_left {
    background-position: 0 -385px;
}
.benin_16_right {
    background-position: 100% -385px;
}
.bermuda_16_left {
    background-position: 0 -401px;
}
.bermuda_16_right {
    background-position: 100% -401px;
}
.bhutan_16_left {
    background-position: 0 -417px;
}
.bhutan_16_right {
    background-position: 100% -417px;
}
.bolivia_16_left {
    background-position: 0 -433px;
}
.bolivia_16_right {
    background-position: 100% -433px;
}
.bonaire_16_left {
    background-position: 0 -449px;
}
.bonaire_16_right {
    background-position: 100% -449px;
}
.bosnia-herzegovina_16_left {
    background-position: 0 -465px;
}
.bosnia-herzegovina_16_right {
    background-position: 100% -465px;
}
.botswana_16_left {
    background-position: 0 -481px;
}
.botswana_16_right {
    background-position: 100% -481px;
}
.brazil_16_left {
    background-position: 0 -497px;
}
.brazil_16_right {
    background-position: 100% -497px;
}
.british-virgin-islands_16_left {
    background-position: 0 -513px;
}
.british-virgin-islands_16_right {
    background-position: 100% -513px;
}
.brunei-darussalam_16_left {
    background-position: 0 -529px;
}
.brunei-darussalam_16_right {
    background-position: 100% -529px;
}
.bulgaria_16_left {
    background-position: 0 -545px;
}
.bulgaria_16_right {
    background-position: 100% -545px;
}
.burkina-faso_16_left {
    background-position: 0 -561px;
}
.burkina-faso_16_right {
    background-position: 100% -561px;
}
.burundi_16_left {
    background-position: 0 -577px;
}
.burundi_16_right {
    background-position: 100% -577px;
}
.cambodia_16_left {
    background-position: 0 -593px;
}
.cambodia_16_right {
    background-position: 100% -593px;
}
.cameroon_16_left {
    background-position: 0 -609px;
}
.cameroon_16_right {
    background-position: 100% -609px;
}
.canada_16_left {
    background-position: 0 -625px;
}
.canada_16_right {
    background-position: 100% -625px;
}
.cape-verde-islands_16_left {
    background-position: 0 -641px;
}
.cape-verde-islands_16_right {
    background-position: 100% -641px;
}
.cayman-islands_16_left {
    background-position: 0 -657px;
}
.cayman-islands_16_right {
    background-position: 100% -657px;
}
.central-african-republic_16_left {
    background-position: 0 -673px;
}
.central-african-republic_16_right {
    background-position: 100% -673px;
}
.chad_16_left {
    background-position: 0 -689px;
}
.chad_16_right {
    background-position: 100% -689px;
}
.chile_16_left {
    background-position: 0 -705px;
}
.chile_16_right {
    background-position: 100% -705px;
}
.china-pr_16_left,
.china_16_left {
    background-position: 0 -721px;
}
.china-pr_16_right {
    background-position: 100% -721px;
}
.chinese-taipei_16_left {
    background-position: 0 -737px;
}
.chinese-taipei_16_right {
    background-position: 100% -737px;
}
.colombia_16_left {
    background-position: 0 -753px;
}
.colombia_16_right {
    background-position: 100% -753px;
}
.comoros_16_left {
    background-position: 0 -769px;
}
.comoros_16_right {
    background-position: 100% -769px;
}
.congo-dr_16_left {
    background-position: 0 -785px;
}
.congo-dr_16_right {
    background-position: 100% -785px;
}
.congo_16_left {
    background-position: 0 -801px;
}
.congo_16_right {
    background-position: 100% -801px;
}
.cook-islands_16_left {
    background-position: 0 -817px;
}
.cook-islands_16_right {
    background-position: 100% -817px;
}
.costa-rica_16_left {
    background-position: 0 -833px;
}
.costa-rica_16_right {
    background-position: 100% -833px;
}
.cote-divoire_16_left,
.cote-d-ivoire_16_left {
    background-position: 0 -849px;
}
.cote-divoire_16_right {
    background-position: 100% -849px;
}
.croatia_16_left {
    background-position: 0 -865px;
}
.croatia_16_right {
    background-position: 100% -865px;
}
.cuba_16_left {
    background-position: 0 -881px;
}
.cuba_16_right {
    background-position: 100% -881px;
}
.curacao_16_left {
    background-position: 0 -897px;
}
.curacao_16_right {
    background-position: 100% -897px;
}
.cyprus_16_left {
    background-position: 0 -913px;
}
.cyprus_16_right {
    background-position: 100% -913px;
}
.czech-republic_16_left,
.czech_16_left {
    background-position: 0 -929px;
}
.czech-republic_16_right {
    background-position: 100% -929px;
}
.denmark_16_left {
    background-position: 0 -945px;
}
.denmark_16_right {
    background-position: 100% -945px;
}
.djibouti_16_left {
    background-position: 0 -961px;
}
.djibouti_16_right {
    background-position: 100% -961px;
}
.dominica_16_left {
    background-position: 0 -977px;
}
.dominica_16_right {
    background-position: 100% -977px;
}
.dominican-republic_16_left {
    background-position: 0 -993px;
}
.dominican-republic_16_right {
    background-position: 100% -993px;
}
.east-timor_16_left {
    background-position: 0 -1009px;
}
.east-timor_16_right {
    background-position: 100% -1009px;
}
.ecuador_16_left {
    background-position: 0 -1025px;
}
.ecuador_16_right {
    background-position: 100% -1025px;
}
.egypt_16_left {
    background-position: 0 -1041px;
}
.egypt_16_right {
    background-position: 100% -1041px;
}
.el-salvador_16_left {
    background-position: 0 -1057px;
}
.el-salvador_16_right {
    background-position: 100% -1057px;
}
.england_16_left {
    background-position: 0 -1073px;
}
.england_16_right {
    background-position: 100% -1073px;
}
.equatorial-guinea_16_left {
    background-position: 0 -1089px;
}
.equatorial-guinea_16_right {
    background-position: 100% -1089px;
}
.eritrea_16_left {
    background-position: 0 -1105px;
}
.eritrea_16_right {
    background-position: 100% -1105px;
}
.estonia_16_left {
    background-position: 0 -1121px;
}
.estonia_16_right {
    background-position: 100% -1121px;
}
.ethiopia_16_left {
    background-position: 0 -1137px;
}
.ethiopia_16_right {
    background-position: 100% -1137px;
}
.europe_16_left {
    background-position: 0 -1153px;
}
.europe_16_right {
    background-position: 100% -1153px;
}
.faroe-islands_16_left {
    background-position: 0 -1169px;
}
.faroe-islands_16_right {
    background-position: 100% -1169px;
}
.fiji_16_left {
    background-position: 0 -1185px;
}
.fiji_16_right {
    background-position: 100% -1185px;
}
.finland_16_left {
    background-position: 0 -1201px;
}
.finland_16_right {
    background-position: 100% -1201px;
}
.france_16_left {
    background-position: 0 -1217px;
}
.france_16_right {
    background-position: 100% -1217px;
}
.french-guyana_16_left {
    background-position: 0 -1233px;
}
.french-guyana_16_right {
    background-position: 100% -1233px;
}
.gabon_16_left {
    background-position: 0 -1249px;
}
.gabon_16_right {
    background-position: 100% -1249px;
}
.gambia_16_left {
    background-position: 0 -1265px;
}
.gambia_16_right {
    background-position: 100% -1265px;
}
.georgia_16_left {
    background-position: 0 -1281px;
}
.georgia_16_right {
    background-position: 100% -1281px;
}
.germany_16_left {
    background-position: 0 -1297px;
}
.germany_16_right {
    background-position: 100% -1297px;
}
.ghana_16_left {
    background-position: 0 -1313px;
}
.ghana_16_right {
    background-position: 100% -1313px;
}
.gibraltar_16_left {
    background-position: 0 -1329px;
}
.gibraltar_16_right {
    background-position: 100% -1329px;
}
.great-britain_16_left {
    background-position: 0 -1345px;
}
.great-britain_16_right {
    background-position: 100% -1345px;
}
.greece_16_left {
    background-position: 0 -1361px;
}
.greece_16_right {
    background-position: 100% -1361px;
}
.grenada_16_left {
    background-position: 0 -1377px;
}
.grenada_16_right {
    background-position: 100% -1377px;
}
.guadeloupe_16_left {
    background-position: 0 -1393px;
}
.guadeloupe_16_right {
    background-position: 100% -1393px;
}
.guam_16_left {
    background-position: 0 -1409px;
}
.guam_16_right {
    background-position: 100% -1409px;
}
.guatemala_16_left {
    background-position: 0 -1425px;
}
.guatemala_16_right {
    background-position: 100% -1425px;
}
.guernsey_16_left {
    background-position: 0 -1441px;
}
.guernsey_16_right {
    background-position: 100% -1441px;
}
.guinea-bissau_16_left {
    background-position: 0 -1457px;
}
.guinea-bissau_16_right {
    background-position: 100% -1457px;
}
.guinea_16_left {
    background-position: 0 -1473px;
}
.guinea_16_right {
    background-position: 100% -1473px;
}
.guyana_16_left {
    background-position: 0 -1489px;
}
.guyana_16_right {
    background-position: 100% -1489px;
}
.haiti_16_left {
    background-position: 0 -1505px;
}
.haiti_16_right {
    background-position: 100% -1505px;
}
.honduras_16_left {
    background-position: 0 -1521px;
}
.honduras_16_right {
    background-position: 100% -1521px;
}
.hong-kong_16_left {
    background-position: 0 -1537px;
}
.hong-kong_16_right {
    background-position: 100% -1537px;
}
.hungary_16_left {
    background-position: 0 -1553px;
}
.hungary_16_right {
    background-position: 100% -1553px;
}
.iceland_16_left {
    background-position: 0 -1569px;
}
.iceland_16_right {
    background-position: 100% -1569px;
}
.india_16_left {
    background-position: 0 -1585px;
}
.india_16_right {
    background-position: 100% -1585px;
}
.indonesia_16_left {
    background-position: 0 -1601px;
}
.indonesia_16_right {
    background-position: 100% -1601px;
}
.iran_16_left {
    background-position: 0 -1617px;
}
.iran_16_right {
    background-position: 100% -1617px;
}
.iraq_16_left {
    background-position: 0 -1633px;
}
.iraq_16_right {
    background-position: 100% -1633px;
}
.ireland-republic_16_left {
    background-position: 0 -1649px;
}
.ireland_16_left {
    background-position: 0 -1649px;
}
.ireland-republic_16_right {
    background-position: 100% -1649px;
}
.ireland_16_right {
    background-position: 100% -1649px;
}
.isle-of-man_16_left {
    background-position: 0 -1665px;
}
.isle-of-man_16_right {
    background-position: 100% -1665px;
}
.israel_16_left {
    background-position: 0 -1681px;
}
.israel_16_right {
    background-position: 100% -1681px;
}
.italy_16_left {
    background-position: 0 -1697px;
}
.italy_16_right {
    background-position: 100% -1697px;
}
.jamaica_16_left {
    background-position: 0 -1713px;
}
.jamaica_16_right {
    background-position: 100% -1713px;
}
.japan_16_left {
    background-position: 0 -1729px;
}
.japan_16_right {
    background-position: 100% -1729px;
}
.jersey_16_left {
    background-position: 0 -1745px;
}
.jersey_16_right {
    background-position: 100% -1745px;
}
.jordan_16_left {
    background-position: 0 -1761px;
}
.jordan_16_right {
    background-position: 100% -1761px;
}
.kazakhstan_16_left {
    background-position: 0 -1777px;
}
.kazakhstan_16_right {
    background-position: 100% -1777px;
}
.kenya_16_left {
    background-position: 0 -1793px;
}
.kenya_16_right {
    background-position: 100% -1793px;
}
.kiribati_16_left {
    background-position: 0 -1809px;
}
.kiribati_16_right {
    background-position: 100% -1809px;
}
.korea-dpr_16_left,
.north-korea_16_left {
    background-position: 0 -1825px;
}
.korea-dpr_16_right {
    background-position: 100% -1825px;
}
.korea-republic_16_left,
.korea-rep_16_left {
    background-position: 0 -1841px;
}
.korea-republic_16_right {
    background-position: 100% -1841px;
}
.kosovo_16_left {
    background-position: 0 -1857px;
}
.kosovo_16_right {
    background-position: 100% -1857px;
}
.kuwait_16_left {
    background-position: 0 -1873px;
}
.kuwait_16_right {
    background-position: 100% -1873px;
}
.kyrgyzstan_16_left {
    background-position: 0 -1889px;
}
.kyrgyzstan_16_right {
    background-position: 100% -1889px;
}
.laos_16_left {
    background-position: 0 -1905px;
}
.laos_16_right {
    background-position: 100% -1905px;
}
.latan_16_left {
    background-position: 0 -1921px;
}
.latan_16_right {
    background-position: 100% -1921px;
}
.latvia_16_left {
    background-position: 0 -1937px;
}
.latvia_16_right {
    background-position: 100% -1937px;
}
.lebanon_16_left {
    background-position: 0 -1953px;
}
.lebanon_16_right {
    background-position: 100% -1953px;
}
.lesotho_16_left {
    background-position: 0 -1969px;
}
.lesotho_16_right {
    background-position: 100% -1969px;
}
.liberia_16_left {
    background-position: 0 -1985px;
}
.liberia_16_right {
    background-position: 100% -1985px;
}
.libya_16_left {
    background-position: 0 -2001px;
}
.libya_16_right {
    background-position: 100% -2001px;
}
.liechtenstein_16_left {
    background-position: 0 -2017px;
}
.liechtenstein_16_right {
    background-position: 100% -2017px;
}
.lithuania_16_left {
    background-position: 0 -2033px;
}
.lithuania_16_right {
    background-position: 100% -2033px;
}
.luxembourg_16_left {
    background-position: 0 -2049px;
}
.luxembourg_16_right {
    background-position: 100% -2049px;
}
.macao_16_left {
    background-position: 0 -2065px;
}
.macao_16_right {
    background-position: 100% -2065px;
}
.macedonia-fyr_16_left {
    background-position: 0 -2081px;
}
.macedonia-fyr_16_right {
    background-position: 100% -2081px;
}
.madagascar_16_left {
    background-position: 0 -2097px;
}
.madagascar_16_right {
    background-position: 100% -2097px;
}
.malawi_16_left {
    background-position: 0 -2113px;
}
.malawi_16_right {
    background-position: 100% -2113px;
}
.malaysia_16_left {
    background-position: 0 -2129px;
}
.malaysia_16_right {
    background-position: 100% -2129px;
}
.maldives_16_left {
    background-position: 0 -2145px;
}
.maldives_16_right {
    background-position: 100% -2145px;
}
.mali_16_left {
    background-position: 0 -2161px;
}
.mali_16_right {
    background-position: 100% -2161px;
}
.malta_16_left {
    background-position: 0 -2177px;
}
.malta_16_right {
    background-position: 100% -2177px;
}
.martinique_16_left {
    background-position: 0 -2193px;
}
.martinique_16_right {
    background-position: 100% -2193px;
}
.mauritania_16_left {
    background-position: 0 -2209px;
}
.mauritania_16_right {
    background-position: 100% -2209px;
}
.mauritius_16_left {
    background-position: 0 -2225px;
}
.mauritius_16_right {
    background-position: 100% -2225px;
}
.mayotte_16_left {
    background-position: 0 -2241px;
}
.mayotte_16_right {
    background-position: 100% -2241px;
}
.mexico_16_left {
    background-position: 0 -2257px;
}
.mexico_16_right {
    background-position: 100% -2257px;
}
.moldova_16_left {
    background-position: 0 -2273px;
}
.moldova_16_right {
    background-position: 100% -2273px;
}
.monaco_16_left {
    background-position: 0 -2289px;
}
.monaco_16_right {
    background-position: 100% -2289px;
}
.mongolia_16_left {
    background-position: 0 -2305px;
}
.mongolia_16_right {
    background-position: 100% -2305px;
}
.montenegro_16_left {
    background-position: 0 -2321px;
}
.montenegro_16_right {
    background-position: 100% -2321px;
}
.montserrat_16_left {
    background-position: 0 -2337px;
}
.montserrat_16_right {
    background-position: 100% -2337px;
}
.morocco_16_left {
    background-position: 0 -2353px;
}
.morocco_16_right {
    background-position: 100% -2353px;
}
.mozambique_16_left {
    background-position: 0 -2369px;
}
.mozambique_16_right {
    background-position: 100% -2369px;
}
.myanmar_16_left {
    background-position: 0 -2385px;
}
.myanmar_16_right {
    background-position: 100% -2385px;
}
.namibia_16_left {
    background-position: 0 -2401px;
}
.namibia_16_right {
    background-position: 100% -2401px;
}
.nauru_16_left {
    background-position: 0 -2417px;
}
.nauru_16_right {
    background-position: 100% -2417px;
}
.nc-america_16_left {
    background-position: 0 -2433px;
}
.nc-america_16_right {
    background-position: 100% -2433px;
}
.nepal_16_left {
    background-position: 0 -2449px;
}
.nepal_16_right {
    background-position: 100% -2449px;
}
.netherlands_16_left {
    background-position: 0 -2465px;
}
.netherland_16_left {
    background-position: 0 -2465px;
}
.netherland_16_right {
    background-position: 100% -2465px;
}
.netherlands_16_right {
    background-position: 100% -2465px;
}
.new-caledonia_16_left {
    background-position: 0 -2481px;
}
.new-caledonia_16_right {
    background-position: 100% -2481px;
}
.new-zealand_16_left {
    background-position: 0 -2497px;
}
.new-zealand_16_right {
    background-position: 100% -2497px;
}
.nicaragua_16_left {
    background-position: 0 -2513px;
}
.nicaragua_16_right {
    background-position: 100% -2513px;
}
.niger_16_left {
    background-position: 0 -2529px;
}
.niger_16_right {
    background-position: 100% -2529px;
}
.nigeria_16_left {
    background-position: 0 -2545px;
}
.nigeria_16_right {
    background-position: 100% -2545px;
}
.niue_16_left {
    background-position: 0 -2561px;
}
.niue_16_right {
    background-position: 100% -2561px;
}
.nordic_16_left {
    background-position: 0 -2577px;
}
.nordic_16_right {
    background-position: 100% -2577px;
}
.northern-ireland_16_left {
    background-position: 0 -2593px;
}
.northern-ireland_16_right {
    background-position: 100% -2593px;
}
.northern-mariana-islands_16_left {
    background-position: 0 -2609px;
}
.northern-mariana-islands_16_right {
    background-position: 100% -2609px;
}
.norway_16_left {
    background-position: 0 -2625px;
}
.norway_16_right {
    background-position: 100% -2625px;
}
.oceania_16_left {
    background-position: 0 -2641px;
}
.oceania_16_right {
    background-position: 100% -2641px;
}
.oman_16_left {
    background-position: 0 -2657px;
}
.oman_16_right {
    background-position: 100% -2657px;
}
.pakistan_16_left {
    background-position: 0 -2673px;
}
.pakistan_16_right {
    background-position: 100% -2673px;
}
.palau_16_left {
    background-position: 0 -2689px;
}
.palau_16_right {
    background-position: 100% -2689px;
}
.palestine_16_left {
    background-position: 0 -2705px;
}
.palestine_16_right {
    background-position: 100% -2705px;
}
.panama_16_left {
    background-position: 0 -2721px;
}
.panama_16_right {
    background-position: 100% -2721px;
}
.papua-new-guinea_16_left {
    background-position: 0 -2737px;
}
.papua-new-guinea_16_right {
    background-position: 100% -2737px;
}
.paraguay_16_left {
    background-position: 0 -2753px;
}
.paraguay_16_right {
    background-position: 100% -2753px;
}
.peru_16_left {
    background-position: 0 -2769px;
}
.peru_16_right {
    background-position: 100% -2769px;
}
.philippines_16_left {
    background-position: 0 -2785px;
}
.philippines_16_right {
    background-position: 100% -2785px;
}
.poland_16_left {
    background-position: 0 -2801px;
}
.poland_16_right {
    background-position: 100% -2801px;
}
.portugal_16_left {
    background-position: 0 -2817px;
}
.portugal_16_right {
    background-position: 100% -2817px;
}
.puerto-rico_16_left {
    background-position: 0 -2833px;
}
.puerto-rico_16_right {
    background-position: 100% -2833px;
}
.qatar_16_left {
    background-position: 0 -2849px;
}
.qatar_16_right {
    background-position: 100% -2849px;
}
.reunion_16_left {
    background-position: 0 -2865px;
}
.reunion_16_right {
    background-position: 100% -2865px;
}
.romania_16_left {
    background-position: 0 -2881px;
}
.romania_16_right {
    background-position: 100% -2881px;
}
.russia_16_left {
    background-position: 0 -2897px;
}
.russia_16_right {
    background-position: 100% -2897px;
}
.rwanda_16_left {
    background-position: 0 -2913px;
}
.rwanda_16_right {
    background-position: 100% -2913px;
}
.saint-martin_16_left {
    background-position: 0 -2929px;
}
.saint-martin_16_right {
    background-position: 100% -2929px;
}
.samoa_16_left {
    background-position: 0 -2945px;
}
.samoa_16_right {
    background-position: 100% -2945px;
}
.san-marino_16_left {
    background-position: 0 -2961px;
}
.san-marino_16_right {
    background-position: 100% -2961px;
}
.sao-tome-e-principe_16_left {
    background-position: 0 -2977px;
}
.sao-tome-e-principe_16_right {
    background-position: 100% -2977px;
}
.saudi-arabia_16_left {
    background-position: 0 -2993px;
}
.saudi-arabia_16_right {
    background-position: 100% -2993px;
}
.scotland_16_left {
    background-position: 0 -3009px;
}
.scotland_16_right {
    background-position: 100% -3009px;
}
.senegal_16_left {
    background-position: 0 -3025px;
}
.senegal_16_right {
    background-position: 100% -3025px;
}
.serbia-and-montenegro_16_left {
    background-position: 0 -3041px;
}
.serbia-and-montenegro_16_right {
    background-position: 100% -3041px;
}
.serbia_16_left {
    background-position: 0 -3057px;
}
.serbia_16_right {
    background-position: 100% -3057px;
}
.seychelles_16_left {
    background-position: 0 -3073px;
}
.seychelles_16_right {
    background-position: 100% -3073px;
}
.sierra-leone_16_left {
    background-position: 0 -3089px;
}
.sierra-leone_16_right {
    background-position: 100% -3089px;
}
.singapore_16_left {
    background-position: 0 -3105px;
}
.singapore_16_right {
    background-position: 100% -3105px;
}
.sint-eustatius_16_left {
    background-position: 0 -3121px;
}
.sint-eustatius_16_right {
    background-position: 100% -3121px;
}
.sint-maarten_16_left {
    background-position: 0 -3137px;
}
.sint-maarten_16_right {
    background-position: 100% -3137px;
}
.slovakia_16_left {
    background-position: 0 -3153px;
}
.slovakia_16_right {
    background-position: 100% -3153px;
}
.slovenia_16_left {
    background-position: 0 -3169px;
}
.slovenia_16_right {
    background-position: 100% -3169px;
}
.solomon-islands_16_left {
    background-position: 0 -3185px;
}
.solomon-islands_16_right {
    background-position: 100% -3185px;
}
.somalia_16_left {
    background-position: 0 -3201px;
}
.somalia_16_right {
    background-position: 100% -3201px;
}
.south-africa_16_left {
    background-position: 0 -3217px;
}
.south-africa_16_right {
    background-position: 100% -3217px;
}
.south-america_16_left {
    background-position: 0 -3233px;
}
.south-america_16_right {
    background-position: 100% -3233px;
}
.south-sudan_16_left {
    background-position: 0 -3249px;
}
.south-sudan_16_right {
    background-position: 100% -3249px;
}
.spain_16_left {
    background-position: 0 -3265px;
}
.spain_16_right {
    background-position: 100% -3265px;
}
.sri-lanka_16_left {
    background-position: 0 -3281px;
}
.sri-lanka_16_right {
    background-position: 100% -3281px;
}
.st-kitts-and-nevis_16_left {
    background-position: 0 -3297px;
}
.st-kitts-and-nevis_16_right {
    background-position: 100% -3297px;
}
.st-lucia_16_left {
    background-position: 0 -3313px;
}
.st-lucia_16_right {
    background-position: 100% -3313px;
}
.st-vincent-and-the-grenadines_16_left {
    background-position: 0 -3329px;
}
.st-vincent-and-the-grenadines_16_right {
    background-position: 100% -3329px;
}
.sudan_16_left {
    background-position: 0 -3345px;
}
.sudan_16_right {
    background-position: 100% -3345px;
}
.surinam_16_left {
    background-position: 0 -3361px;
}
.surinam_16_right {
    background-position: 100% -3361px;
}
.swaziland_16_left {
    background-position: 0 -3377px;
}
.swaziland_16_right {
    background-position: 100% -3377px;
}
.sweden_16_left {
    background-position: 0 -3393px;
}
.sweden_16_right {
    background-position: 100% -3393px;
}
.switzerland_16_left {
    background-position: 0 -3409px;
}
.switzerland_16_right {
    background-position: 100% -3409px;
}
.syria_16_left {
    background-position: 0 -3425px;
}
.syria_16_right {
    background-position: 100% -3425px;
}
.tahiti_16_left {
    background-position: 0 -3441px;
}
.tahiti_16_right {
    background-position: 100% -3441px;
}
.tajikistan_16_left {
    background-position: 0 -3457px;
}
.tajikistan_16_right {
    background-position: 100% -3457px;
}
.tanzania_16_left {
    background-position: 0 -3473px;
}
.tanzania_16_right {
    background-position: 100% -3473px;
}
.thailand_16_left {
    background-position: 0 -3489px;
}
.thailand_16_right {
    background-position: 100% -3489px;
}
.togo_16_left {
    background-position: 0 -3505px;
}
.togo_16_right {
    background-position: 100% -3505px;
}
.tonga_16_left {
    background-position: 0 -3521px;
}
.tonga_16_right {
    background-position: 100% -3521px;
}
.trinidad-and-tobago_16_left {
    background-position: 0 -3537px;
}
.trinidad-and-tobago_16_right {
    background-position: 100% -3537px;
}
.tunisia_16_left {
    background-position: 0 -3553px;
}
.tunisia_16_right {
    background-position: 100% -3553px;
}
.turkey_16_left {
    background-position: 0 -3569px;
}
.turkey_16_right {
    background-position: 100% -3569px;
}
.turkmenistan_16_left {
    background-position: 0 -3585px;
}
.turkmenistan_16_right {
    background-position: 100% -3585px;
}
.turks-and-caicos-islands_16_left {
    background-position: 0 -3601px;
}
.turks-and-caicos-islands_16_right {
    background-position: 100% -3601px;
}
.tuvalu_16_left {
    background-position: 0 -3617px;
}
.tuvalu_16_right {
    background-position: 100% -3617px;
}
.uganda_16_left {
    background-position: 0 -3633px;
}
.uganda_16_right {
    background-position: 100% -3633px;
}
.ukraine_16_left {
    background-position: 0 -3649px;
}
.ukraine_16_right {
    background-position: 100% -3649px;
}
.united-arab-emirates_16_left {
    background-position: 0 -3665px;
}
.united-arab-emirates_16_right {
    background-position: 100% -3665px;
}
.united-states_16_left {
    background-position: 0 -3681px;
}
.united-states_16_right {
    background-position: 100% -3681px;
}
.uruguay_16_left {
    background-position: 0 -3697px;
}
.uruguay_16_right {
    background-position: 100% -3697px;
}
.us-virgin-islands_16_left {
    background-position: 0 -3713px;
}
.us-virgin-islands_16_right {
    background-position: 100% -3713px;
}
.uzbekistan_16_left {
    background-position: 0 -3729px;
}
.uzbekistan_16_right {
    background-position: 100% -3729px;
}
.vanuatu_16_left {
    background-position: 0 -3745px;
}
.vanuatu_16_right {
    background-position: 100% -3745px;
}
.venezuela_16_left {
    background-position: 0 -3761px;
}
.venezuela_16_right {
    background-position: 100% -3761px;
}
.vietnam_16_left {
    background-position: 0 -3777px;
}
.vietnam_16_right {
    background-position: 100% -3777px;
}
.wales_16_left {
    background-position: 0 -3793px;
}
.wales_16_right {
    background-position: 100% -3793px;
}
.world_16_left {
    background-position: 0 -3809px;
}
.world_16_right {
    background-position: 100% -3809px;
}
.yemen_16_left {
    background-position: 0 -3825px;
}
.yemen_16_right {
    background-position: 100% -3825px;
}
.zambia_16_left {
    background-position: 0 -3841px;
}
.zambia_16_right {
    background-position: 100% -3841px;
}
.zanzibar_16_left {
    background-position: 0 -3857px;
}
.zanzibar_16_right {
    background-position: 100% -3857px;
}
.zimbabwe_16_left {
    background-position: 0 -3873px;
}
.zimbabwe_16_right {
    background-position: 100% -3873px;
}
.flagalbania {
    width: 23px;
    height: 15px;
    background-position: 0 0;
}
.flagalgeria {
    width: 23px;
    height: 15px;
    background-position: 0 -15px;
}
.flagargentina {
    width: 23px;
    height: 15px;
    background-position: 0 -30px;
}
.flagarmenia {
    width: 23px;
    height: 15px;
    background-position: 0 -45px;
}
.flagaustralia {
    width: 23px;
    height: 15px;
    background-position: 0 -60px;
}
.flagaustria {
    width: 23px;
    height: 15px;
    background-position: 0 -75px;
}
.flagazerbaijan {
    width: 23px;
    height: 15px;
    background-position: 0 -90px;
}
.flagbahrain {
    width: 23px;
    height: 15px;
    background-position: 0 -105px;
}
.flagbelarus {
    width: 23px;
    height: 15px;
    background-position: 0 -120px;
}
.flagbelgium {
    width: 23px;
    height: 15px;
    background-position: 0 -135px;
}
.flagbolivia {
    width: 23px;
    height: 15px;
    background-position: 0 -150px;
}
.flagbosnia {
    width: 23px;
    height: 15px;
    background-position: 0 -165px;
}
.flagbrazil {
    width: 23px;
    height: 15px;
    background-position: 0 -180px;
}
.flagbtts {
    width: 23px;
    height: 15px;
    background-position: 0 -195px;
}
.flagbulgaria {
    width: 23px;
    height: 15px;
    background-position: 0 -210px;
}
.flagcameroon {
    width: 23px;
    height: 15px;
    background-position: 0 -225px;
}
.flagcanada {
    width: 23px;
    height: 15px;
    background-position: 0 -240px;
}
.flagchampionsleague {
    width: 23px;
    height: 15px;
    background-position: 0 -255px;
}
.flagchile {
    width: 23px;
    height: 15px;
    background-position: 0 -270px;
}
.flagchina {
    width: 23px;
    height: 15px;
    background-position: 0 -285px;
}
.flagcnr {
    width: 23px;
    height: 15px;
    background-position: 0 -300px;
}
.flagcolombia {
    width: 23px;
    height: 15px;
    background-position: 0 -315px;
}
.flagcompareodds {
    width: 23px;
    height: 15px;
    background-position: 0 -330px;
}
.flagcostarica {
    width: 23px;
    height: 15px;
    background-position: 0 -345px;
}
.flagcroatia {
    width: 23px;
    height: 15px;
    background-position: 0 -360px;
}
.flagcyprus {
    width: 23px;
    height: 15px;
    background-position: 0 -375px;
}
.flagczech {
    width: 23px;
    height: 15px;
    background-position: 0 -390px;
}
.flagdenmark {
    width: 23px;
    height: 15px;
    background-position: 0 -405px;
}
.flagecuador {
    width: 23px;
    height: 15px;
    background-position: 0 -420px;
}
.flagegypt {
    width: 23px;
    height: 15px;
    background-position: 0 -435px;
}
.flagengland {
    width: 23px;
    height: 15px;
    background-position: 0 -450px;
}
.flagestonia {
    width: 23px;
    height: 15px;
    background-position: 0 -465px;
}
.flageuro2012 {
    width: 23px;
    height: 15px;
    background-position: 0 -480px;
}
.flageuropaleague {
    width: 23px;
    height: 15px;
    background-position: 0 -495px;
}
.flagfinland {
    width: 23px;
    height: 15px;
    background-position: 0 -510px;
}
.flagfrance {
    width: 23px;
    height: 15px;
    background-position: 0 -525px;
}
.flaggeorgia {
    width: 23px;
    height: 15px;
    background-position: 0 -540px;
}
.flaggermany {
    width: 23px;
    height: 15px;
    background-position: 0 -555px;
}
.flagghana {
    width: 23px;
    height: 15px;
    background-position: 0 -570px;
}
.flaggreece {
    width: 23px;
    height: 15px;
    background-position: 0 -585px;
}
.flagholland {
    width: 23px;
    height: 15px;
    background-position: 0 -600px;
}
.flaghonduras {
    width: 23px;
    height: 15px;
    background-position: 0 -615px;
}
.flaghongkong {
    width: 23px;
    height: 15px;
    background-position: 0 -630px;
}
.flaghtft {
    width: 23px;
    height: 15px;
    background-position: 0 -645px;
}
.flaghungary {
    width: 23px;
    height: 15px;
    background-position: 0 -660px;
}
.flagiceland {
    width: 23px;
    height: 15px;
    background-position: 0 -675px;
}
.flagindia {
    width: 23px;
    height: 15px;
    background-position: 0 -690px;
}
.flaginternational {
    width: 23px;
    height: 15px;
    background-position: 0 -705px;
}
.flagiran {
    width: 23px;
    height: 15px;
    background-position: 0 -720px;
}
.flagireland {
    width: 23px;
    height: 15px;
    background-position: 0 -735px;
}
.flagisrael {
    width: 23px;
    height: 15px;
    background-position: 0 -750px;
}
.flagitaly {
    width: 23px;
    height: 15px;
    background-position: 0 -765px;
}
.flagjapan {
    width: 23px;
    height: 15px;
    background-position: 0 -780px;
}
.flagjordan {
    width: 23px;
    height: 15px;
    background-position: 0 -795px;
}
.flagkazakhstan {
    width: 23px;
    height: 15px;
    background-position: 0 -810px;
}
.flaglatvia {
    width: 23px;
    height: 15px;
    background-position: 0 -825px;
}
.flaglithuania {
    width: 23px;
    height: 15px;
    background-position: 0 -840px;
}
.flagluxembourg {
    width: 23px;
    height: 15px;
    background-position: 0 -855px;
}
.flagmacedonia {
    width: 23px;
    height: 15px;
    background-position: 0 -870px;
}
.flagmexico {
    width: 23px;
    height: 15px;
    background-position: 0 -885px;
}
.flagmoldova {
    width: 23px;
    height: 15px;
    background-position: 0 -900px;
}
.flagmontenegro {
    width: 23px;
    height: 15px;
    background-position: 0 -915px;
}
.flagmorocco {
    width: 23px;
    height: 15px;
    background-position: 0 -930px;
}
.flagnewzealand {
    width: 23px;
    height: 15px;
    background-position: 0 -945px;
}
.flagnorthernireland {
    width: 23px;
    height: 15px;
    background-position: 0 -960px;
}
.flagnorway {
    width: 23px;
    height: 15px;
    background-position: 0 -975px;
}
.flagoman {
    width: 23px;
    height: 15px;
    background-position: 0 -990px;
}
.flagou25 {
    width: 23px;
    height: 15px;
    background-position: 0 -1005px;
}
.flagparaguay {
    width: 23px;
    height: 15px;
    background-position: 0 -1020px;
}
.flagperu {
    width: 23px;
    height: 15px;
    background-position: 0 -1035px;
}
.flagpoland {
    width: 23px;
    height: 15px;
    background-position: 0 -1050px;
}
.flagportugal {
    width: 23px;
    height: 15px;
    background-position: 0 -1065px;
}
.flagqatar {
    width: 23px;
    height: 15px;
    background-position: 0 -1155px;
}
.flagromania {
    width: 23px;
    height: 15px;
    background-position: 0 -1170px;
}
.flagrussia {
    width: 23px;
    height: 15px;
    background-position: 0 -1185px;
}
.flagsaudiarabia {
    width: 23px;
    height: 15px;
    background-position: 0 -1200px;
}
.flagscotland {
    width: 23px;
    height: 15px;
    background-position: 0 -1215px;
}
.flagserbia {
    width: 23px;
    height: 15px;
    background-position: 0 -1230px;
}
.flagsingapore {
    width: 23px;
    height: 15px;
    background-position: 0 -1245px;
}
.flagslovakia {
    width: 23px;
    height: 15px;
    background-position: 0 -1260px;
}
.flagslovenia {
    width: 23px;
    height: 15px;
    background-position: 0 -1275px;
}
.flagsouthafrica {
    width: 23px;
    height: 15px;
    background-position: 0 -1290px;
}
.flagsouthkorea {
    width: 23px;
    height: 15px;
    background-position: 0 -1305px;
}
.flagspain {
    width: 23px;
    height: 15px;
    background-position: 0 -1320px;
}
.flagsweden {
    width: 23px;
    height: 15px;
    background-position: 0 -1335px;
}
.flagswitzerland {
    width: 23px;
    height: 15px;
    background-position: 0 -1350px;
}
.flagtennis {
    width: 23px;
    height: 15px;
    background-position: 0 -1365px;
}
.flagthailand {
    width: 23px;
    height: 15px;
    background-position: 0 -1380px;
}
.flagturkey {
    width: 23px;
    height: 15px;
    background-position: 0 -1395px;
}
.flaguae {
    width: 23px;
    height: 15px;
    background-position: 0 -1410px;
}
.flagukraine {
    width: 23px;
    height: 15px;
    background-position: 0 -1425px;
}
.flaguruguay {
    width: 23px;
    height: 15px;
    background-position: 0 -1440px;
}
.flagusa {
    width: 23px;
    height: 15px;
    background-position: 0 -1455px;
}
.flaguzbekistan {
    width: 23px;
    height: 15px;
    background-position: 0 -1470px;
}
.flagvarious {
    width: 23px;
    height: 15px;
    background-position: 0 -1485px;
}
.flagvenezuela {
    width: 23px;
    height: 15px;
    background-position: 0 -1500px;
}
.flagvietnam {
    width: 23px;
    height: 15px;
    background-position: 0 -1515px;
}
.flagwales {
    width: 23px;
    height: 15px;
    background-position: 0 -1530px;
}
ul.flag-language {
    position: absolute;
    right: 0;
    top: 18px;
}
.flag-language > li {
    display: inline;
}
.fl_england {
    background-position: 0 -480px !important;
}
.fl_vietnam {
    background-position: 0 -2736px !important;
}

@media (max-width: 767px){
	.c-match__odds-group .c-match__event {
     width: 80px;
     }

    .c-odds-table__event {
        width: 130px;
    }

    table.standings td, table.standings td span, table.standings td strong, table.standings td b {
        font-size: 11px!important;
    }
    span.team-name {
        margin: 0px 5px;
        line-height: 1.2;
        font-size: 14px;
    }
    span.game-info {
        flex-basis: 20%;
        max-width: 20%;
    }
    a.teams-list {
        flex-basis: 75%;
        max-width: 75%;
    }
}