@CHARSET "ISO-8859-1";

/*
All variant HTML will be stored within an element with a classname variant[variantName]. Using this all variant CSS 
can be loaded at the same time, and will apply itself appropriately. 
This is convenient and efficient, but does make it one of the only things that can't be inherited. Each variant 
needs to define these CSS values even if they're the same as another variant using the same map.
Occupation bars and country text colors need to be defined here.
*/

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantClassic .country0 {
	color: #CE7800 ! important;
}
.variantClassic .country1 {
	color: #DD51BD ! important;
}
.variantClassic .country2 {
	color: #007BA5 ! important;
}
.variantClassic .country3 {
	color: #259901 ! important;
}
.variantClassic .country4 {
	color: #8B481A ! important;
}
.variantClassic .country5 {
	color: #D62929 ! important;
}
.variantClassic .country6 {
	color: #b8ad00 ! important;
}
.variantClassic .country7 {
	color: #6F005D ! important;
}

.variantClassic .occupationBar1 {
	background-color: #EFC4E4;
}
.variantClassic .occupationBar2 {
	background-color: #79AFC6;
}
.variantClassic .occupationBar3 {
	background-color: #A4C499;
}
.variantClassic .occupationBar4 {
	background-color: #A08A75;
}
.variantClassic .occupationBar5 {
	background-color: #C48F85;
}
.variantClassic .occupationBar6 {
	background-color: #EAEAAF;
}
.variantClassic .occupationBar7 {
	background-color: #A87E9F;
}

@CHARSET "ISO-8859-1";

.variantWorld .country0 { color: #CE7800 ! important; }  /*  Global             */
.variantWorld .country1 { color: #cc0205 ! important; }  /*  Argentina          */
.variantWorld .country2 { color: #04cc04 ! important; }  /*  Brazil             */
.variantWorld .country3 { color: #fc02fc ! important; }  /*  China              */
.variantWorld .country4 { color: #0482fc ! important; }  /*  Europe             */
.variantWorld .country5 { color: #044284 ! important; }  /*  Frozen-Antarctica  */
.variantWorld .country6 { color: #cc6a68 ! important; }  /*  Ghana              */
.variantWorld .country7 { color: #048284 ! important; }  /*  India              */
.variantWorld .country8 { color: #646204 ! important; }  /*  Kenya              */
.variantWorld .country9 { color: #840284 ! important; }  /*  Libya              */
.variantWorld .country10 { color: #625ee4 ! important; } /*  Near-East          */
.variantWorld .country11 { color: #246244 ! important; } /*  Pacific-Russia     */
.variantWorld .country12 { color: #A4C244 ! important; } /*  Quebec             */
.variantWorld .country13 { color: #000000 ! important; } /*  Russia             */
.variantWorld .country14 { color: #00ccc8 ! important; } /*  South-Africa       */
.variantWorld .country15 { color: #cc4d37 ! important; } /*  USA                */
.variantWorld .country16 { color: #b1b300 ! important; } /*  Western-Canada     */
.variantWorld .country17 { color: #666666 ! important; } /*  Oz                 */

.variantWorld .occupationBar1 { background-color: #fc0204; }  /*  Argentina          */
.variantWorld .occupationBar2 { background-color: #04fc04; }  /*  Brazil             */
.variantWorld .occupationBar3 { background-color: #fc02fc; }  /*  China              */
.variantWorld .occupationBar4 { background-color: #0482fc; }  /*  Europe             */
.variantWorld .occupationBar5 { background-color: #044284; }  /*  Frozen-Antarctica  */
.variantWorld .occupationBar6 { background-color: #fc8284; }  /*  Ghana              */
.variantWorld .occupationBar7 { background-color: #048284; }  /*  India              */
.variantWorld .occupationBar8 { background-color: #646204; }  /*  Kenya              */
.variantWorld .occupationBar9 { background-color: #840284; }  /*  Libya              */
.variantWorld .occupationBar10 { background-color: #c4c2fc; } /*  Near-East          */
.variantWorld .occupationBar11 { background-color: #246244; } /*  Pacific-Russia     */
.variantWorld .occupationBar12 { background-color: #A4C244; } /*  Quebec             */
.variantWorld .occupationBar13 { background-color: #000000; } /*  Russia             */
.variantWorld .occupationBar14 { background-color: #04fefc; } /*  South-Africa       */
.variantWorld .occupationBar15 { background-color: #fc6244; } /*  USA                */
.variantWorld .occupationBar16 { background-color: #dcde04; } /*  Western-Canada     */
.variantWorld .occupationBar17 { background-color: #6a6868; } /*  Oz                 */
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantFleetRome .country0 {
	color: #CE7800 ! important;
}
.variantFleetRome .country1 {
	color: #DD51BD ! important;
}
.variantFleetRome .country2 {
	color: #007BA5 ! important;
}
.variantFleetRome .country3 {
	color: #259901 ! important;
}
.variantFleetRome .country4 {
	color: #8B481A ! important;
}
.variantFleetRome .country5 {
	color: #D62929 ! important;
}
.variantFleetRome .country6 {
	color: #b8ad00 ! important;
}
.variantFleetRome .country7 {
	color: #6F005D ! important;
}

.variantFleetRome .occupationBar1 {
	background-color: #EFC4E4;
}
.variantFleetRome .occupationBar2 {
	background-color: #79AFC6;
}
.variantFleetRome .occupationBar3 {
	background-color: #A4C499;
}
.variantFleetRome .occupationBar4 {
	background-color: #A08A75;
}
.variantFleetRome .occupationBar5 {
	background-color: #C48F85;
}
.variantFleetRome .occupationBar6 {
	background-color: #EAEAAF;
}
.variantFleetRome .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantCustomStart .country0 {
	color: #CE7800 ! important;
}
.variantCustomStart .country1 {
	color: #DD51BD ! important;
}
.variantCustomStart .country2 {
	color: #007BA5 ! important;
}
.variantCustomStart .country3 {
	color: #259901 ! important;
}
.variantCustomStart .country4 {
	color: #8B481A ! important;
}
.variantCustomStart .country5 {
	color: #D62929 ! important;
}
.variantCustomStart .country6 {
	color: #b8ad00 ! important;
}
.variantCustomStart .country7 {
	color: #6F005D ! important;
}

.variantCustomStart .occupationBar1 {
	background-color: #EFC4E4;
}
.variantCustomStart .occupationBar2 {
	background-color: #79AFC6;
}
.variantCustomStart .occupationBar3 {
	background-color: #A4C499;
}
.variantCustomStart .occupationBar4 {
	background-color: #A08A75;
}
.variantCustomStart .occupationBar5 {
	background-color: #C48F85;
}
.variantCustomStart .occupationBar6 {
	background-color: #EAEAAF;
}
.variantCustomStart .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

/* Order: ('Global'), 'England', 'France', 'Italy', 'Germany', 'Austria', 'Turkey', 'Russia' */
.variantBuildAnywhere .country0 {
	color: #CE7800 ! important;
}
.variantBuildAnywhere .country1 {
	color: #DD51BD ! important;
}
.variantBuildAnywhere .country2 {
	color: #007BA5 ! important;
}
.variantBuildAnywhere .country3 {
	color: #259901 ! important;
}
.variantBuildAnywhere .country4 {
	color: #8B481A ! important;
}
.variantBuildAnywhere .country5 {
	color: #D62929 ! important;
}
.variantBuildAnywhere .country6 {
	color: #b8ad00 ! important;
}
.variantBuildAnywhere .country7 {
	color: #6F005D ! important;
}

.variantBuildAnywhere .occupationBar1 {
	background-color: #EFC4E4;
}
.variantBuildAnywhere .occupationBar2 {
	background-color: #79AFC6;
}
.variantBuildAnywhere .occupationBar3 {
	background-color: #A4C499;
}
.variantBuildAnywhere .occupationBar4 {
	background-color: #A08A75;
}
.variantBuildAnywhere .occupationBar5 {
	background-color: #C48F85;
}
.variantBuildAnywhere .occupationBar6 {
	background-color: #EAEAAF;
}
.variantBuildAnywhere .occupationBar7 {
	background-color: #A87E9F;
}
@CHARSET "ISO-8859-1";

.variantSouthAmerica5 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSouthAmerica5 .country1 { color: #DD51BD ! important; } /* Argentina */
.variantSouthAmerica5 .country2 { color: #007BA5 ! important; } /* Brazil    */
.variantSouthAmerica5 .country3 { color: #b8ad00 ! important; } /* Chile     */
.variantSouthAmerica5 .country4 { color: #259901 ! important; } /* Colombia  */
.variantSouthAmerica5 .country5 { color: #8B481A ! important; } /* Peru      */

.variantSouthAmerica5 .occupationBar1 { background-color: #EFC4E4; } /* Argentina */
.variantSouthAmerica5 .occupationBar2 { background-color: #79AFC6; } /* Brazil    */
.variantSouthAmerica5 .occupationBar3 { background-color: #EAEAAF; } /* Chile     */
.variantSouthAmerica5 .occupationBar4 { background-color: #A4C499; } /* Colombia  */
.variantSouthAmerica5 .occupationBar5 { background-color: #A08A75; } /* Peru      */


@CHARSET "ISO-8859-1";

.variantSouthAmerica4 .country0 { color: #CE7800 ! important; } /* Global    */
.variantSouthAmerica4 .country1 { color: #DD51BD ! important; } /* Argentina */
.variantSouthAmerica4 .country2 { color: #007BA5 ! important; } /* Brazil    */
.variantSouthAmerica4 .country3 { color: #b8ad00 ! important; } /* Chile     */
.variantSouthAmerica4 .country4 { color: #259901 ! important; } /* Colombia  */

.variantSouthAmerica4 .occupationBar1 { background-color: #EFC4E4; } /* Argentina */
.variantSouthAmerica4 .occupationBar2 { background-color: #79AFC6; } /* Brazil    */
.variantSouthAmerica4 .occupationBar3 { background-color: #EAEAAF; } /* Chile     */
.variantSouthAmerica4 .occupationBar4 { background-color: #A4C499; } /* Colombia  */


@CHARSET "ISO-8859-1";

.variantHundred .country0 { color: #CE7800 ! important; } /* Global   */
.variantHundred .country1 { color: #8B481A ! important; } /* Burgundy */
.variantHundred .country2 { color: #DD51BD ! important; } /* England  */
.variantHundred .country3 { color: #007BA5 ! important; } /* France   */

.variantHundred .occupationBar1 { background-color: #A08A75; } /* Burgundy */
.variantHundred .occupationBar2 { background-color: #EFC4E4; } /* England  */
.variantHundred .occupationBar3 { background-color: #79AFC6; } /* France   */


@CHARSET "ISO-8859-1";
	
.variantDutchRevolt .country0 { color: #CE7800 ! important; } /* Global   */
.variantDutchRevolt .country1 { color: #DD51BD! important; } /* England  */
.variantDutchRevolt .country2 { color: #007FFF ! important; } /* France   */
.variantDutchRevolt .country3 { color: #b8ad00! important; } /* Spain    */
.variantDutchRevolt .country4 { color: #8B481A! important; } /* Muenster */
.variantDutchRevolt .country5 { color: #FF7E00 ! important; } /* Holland  */

.variantDutchRevolt .occupationBar1 { background-color: #EFC4E4! important; } /* England  */
.variantDutchRevolt .occupationBar2 { background-color: #0059B2 ! important; } /* France   */
.variantDutchRevolt .occupationBar3 { background-color: #EAEAAF! important; } /* Spain    */
.variantDutchRevolt .occupationBar4 { background-color: #A08A75! important; } /* Muenster */
.variantDutchRevolt .occupationBar5 { background-color: #B25800 ! important; } /* Holland  */

@CHARSET "ISO-8859-1";

.variantGreekDip .country0 { color: #CE7800 ! important; } /* Global    */
.variantGreekDip .country1 { color: #08374d ! important; } /* Athens    */
.variantGreekDip .country2 { color: #259901 ! important; } /* Byzantium */
.variantGreekDip .country3 { color: #6F005D ! important; } /* Macedonia */
.variantGreekDip .country4 { color: #b8ad00 ! important; } /* Persia    */
.variantGreekDip .country5 { color: #007BA5 ! important; } /* Rhoades   */
.variantGreekDip .country6 { color: #D62929 ! important; } /* Sparta    */

.variantGreekDip .occupationBar1 { background-color: #406c80; } /* Athens    */
.variantGreekDip .occupationBar2 { background-color: #A4C499; } /* Byzantium */
.variantGreekDip .occupationBar3 { background-color: #A87E9F; } /* Macedonia */
.variantGreekDip .occupationBar4 { background-color: #EAEAAF; } /* Persia    */
.variantGreekDip .occupationBar5 { background-color: #79AFC6; } /* Rhoades   */
.variantGreekDip .occupationBar6 { background-color: #C48F85; } /* Sparta    */

@CHARSET "ISO-8859-1";
	
.variantFubar .country0 { color: #CE7800 ! important; } /* Global      */
.variantFubar .country1 { color: #87A96B ! important; } /* Fatflap     */
.variantFubar .country2 { color: #9F2B68 ! important; } /* Howdoileave */
.variantFubar .country3 { color: #FF9866 ! important; } /* timmy       */
.variantFubar .country4 { color: #00CC99 ! important; } /* shitnoob    */
.variantFubar .country5 { color: #89CFF0 ! important; } /* omgslut     */
.variantFubar .country6 { color: #EFA9E4 ! important; } /* multi       */

.variantFubar .occupationBar1 { background-color: #87A96B ! important; } /* Fatflap     */
.variantFubar .occupationBar2 { background-color: #9F2B68 ! important; } /* howdoileave */
.variantFubar .occupationBar3 { background-color: #FF9866 ! important; } /* timmy       */
.variantFubar .occupationBar4 { background-color: #00CC99 ! important; } /* shitnoob    */
.variantFubar .occupationBar5 { background-color: #89CFF0 ! important; } /* omgslut     */
.variantFubar .occupationBar6 { background-color: #EFA9E4 ! important; } /* multi       */

@CHARSET "ISO-8859-1";

.variantClassicOctopus .country0 { color: #CE7800 ! important; } /* Global  */
.variantClassicOctopus .country1 { color: #DD51BD ! important; } /* England */
.variantClassicOctopus .country2 { color: #007BA5 ! important; } /* France  */
.variantClassicOctopus .country3 { color: #259901 ! important; } /* Italy   */
.variantClassicOctopus .country4 { color: #8B481A ! important; } /* Germany */
.variantClassicOctopus .country5 { color: #D62929 ! important; } /* Austria */
.variantClassicOctopus .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantClassicOctopus .country7 { color: #6F005D ! important; } /* Russia  */

.variantClassicOctopus .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantClassicOctopus .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantClassicOctopus .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantClassicOctopus .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantClassicOctopus .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantClassicOctopus .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantClassicOctopus .occupationBar7 { background-color: #A87E9F; } /* Russia  */
@CHARSET "ISO-8859-1";
	
.variantUSofA .country0 { color: #CE7800 ! important; } /* Global  */
.variantUSofA .country1 { color: #DD51BD ! important; } /* England */
.variantUSofA .country2 { color: #007BA5 ! important; } /* France  */
.variantUSofA .country3 { color: #259901 ! important; } /* Italy   */
.variantUSofA .country4 { color: #8B481A ! important; } /* Germany */
.variantUSofA .country5 { color: #D62929 ! important; } /* Austria */
.variantUSofA .country6 { color: #b8ad00 ! important; } /* Turkey  */
.variantUSofA .country7 { color: #6F005D ! important; } /* Russia  */

.variantUSofA .country8 { color: #406c80 ! important; } /* USA     */

.variantUSofA .occupationBar1 { background-color: #EFC4E4; } /* England */
.variantUSofA .occupationBar2 { background-color: #79AFC6; } /* France  */
.variantUSofA .occupationBar3 { background-color: #A4C499; } /* Italy   */
.variantUSofA .occupationBar4 { background-color: #A08A75; } /* Germany */
.variantUSofA .occupationBar5 { background-color: #C48F85; } /* Austria */
.variantUSofA .occupationBar6 { background-color: #EAEAAF; } /* Turkey  */
.variantUSofA .occupationBar7 { background-color: #A87E9F; } /* Russia  */

.variantUSofA .occupationBar8 { background-color: #406c80; } /* USA     */

@CHARSET "ISO-8859-1";
	
.variantViking .country0 { color: #CE7800 ! important; }  /* Global  */
.variantViking .country1 { color: #DD51BD ! important; }  /* Arab Caliphates */
.variantViking .country2 { color: #1a6600 ! important; }  /* Burgandy   */
.variantViking .country3 { color: #007BA5 ! important; }  /* Danmark  */
.variantViking .country4 { color: #8B481A ! important; }  /* Eastern Roman Empire */
.variantViking .country5 { color: #259901 ! important; }  /* France   */
.variantViking .country6 { color: #D62929 ! important; }  /* Slavic Nations  */
.variantViking .country7 { color: #6F005D ! important; }  /* Norge  */
.variantViking .country8 { color: #b05500 ! important; }  /* Sverige   */
.variantViking .country9 { color: #b8ad00 ! important; }  /* Neutral units  */

.variantViking .occupationBar1 { background-color: #EFC4E4; }  /* Arab Caliphates */
.variantViking .occupationBar2 { background-color: #729267; }  /* Burgandy   */
.variantViking .occupationBar3 { background-color: #79AFC6; }  /* Danmark  */
.variantViking .occupationBar4 { background-color: #A08A75; }  /* Eastern Roman Empire */
.variantViking .occupationBar5 { background-color: #A4C499; }  /* France   */
.variantViking .occupationBar6 { background-color: #C48F85; }  /* Slavic Nations  */
.variantViking .occupationBar7 { background-color: #A87E9F; }  /* Norge  */
.variantViking .occupationBar8 { background-color: #ce9967; }  /* Sverige   */
.variantViking .occupationBar9 { background-color: #EAEAAF; }  /* Neutral units  */


@CHARSET "ISO-8859-1";
	
.variantRatWars .country0 { color: #CE7800 ! important; } /* Global  */
.variantRatWars .country1 { color: #DD51BD ! important; } /* Dead Rabbits */
.variantRatWars .country2 { color: #007BA5 ! important; } /* Plug Uglies */
.variantRatWars .country3 { color: #6F005D ! important; } /* Shirt Tails */
.variantRatWars .country4 { color: #259901 ! important; } /* Hell-Cats */

.variantRatWars .occupationBar1 { background-color: #EFC4E4; } /* Dead Rabbits */
.variantRatWars .occupationBar2 { background-color: #79AFC6; } /* Plug Uglies */
.variantRatWars .occupationBar3 { background-color: #A87E9F; } /* Shirt Tails */
.variantRatWars .occupationBar4 { background-color: #A4C499; } /* Hell-Cats */

@CHARSET "ISO-8859-1";
	
.variantPirates .country0 { color: #CE7800 ! important; } /* Global  */
.variantPirates .country1 { color: #b8ad00 ! important; } /* Spain */
.variantPirates .country2 { color: #DD51BD ! important; } /* England */
.variantPirates .country3 { color: #007BA5 ! important; } /* France */
.variantPirates .country4 { color: #E6B43C ! important; } /* Holland */
.variantPirates .country5 { color: #b05500 ! important; } /* Dunkirkers */
.variantPirates .country6 { color: #6F005D ! important; } /* Henry Morgan */
.variantPirates .country7 { color: #5050FA ! important; } /* Francois l Olonnais */
.variantPirates .country8 { color: #F08282 ! important; } /* Isaac Rochussen */
.variantPirates .country9 { color: #8cac5e ! important; } /* The Infamous El Guapo */
.variantPirates .country10 { color: #9a76af ! important; } /* Daniel "The Exterminator" Montbars */
.variantPirates .country11 { color: #8B481A ! important; } /* Roche "The Rock" Braziliano */
.variantPirates .country12 { color: #32AA1E ! important; } /* Bartolomeu "The Portuguese" de la Cueva */
.variantPirates .country13 { color: #71b5a6 ! important; } /* Daniel "The Terror" Johnson */

.variantPirates .occupationBar1 { background-color: #b8ad00; } /* Spain */
.variantPirates .occupationBar2 { background-color: #DD51BD; } /* England */
.variantPirates .occupationBar3 { background-color: #007BA5; } /* France */
.variantPirates .occupationBar4 { background-color: #E6B43C; } /* Holland */
.variantPirates .occupationBar5 { background-color: #b05500; } /* Dunkirkers */
.variantPirates .occupationBar6 { background-color: #6F005D; } /* Henry Morgan */
.variantPirates .occupationBar7 { background-color: #5050FA; } /* Francois l Olonnais */
.variantPirates .occupationBar8 { background-color: #F08282; } /* Isaac Rochussen */
.variantPirates .occupationBar9 { background-color: #8cac5e; } /* The Infamous El Guapo */
.variantPirates .occupationBar10 { background-color: #9a76af; } /* Daniel "The Exterminator" Montbars */
.variantPirates .occupationBar11 { background-color: #8B481A; } /* Roche "The Rock" Braziliano */
.variantPirates .occupationBar12 { background-color: #32AA1E; } /* Bartolomeu "The Portuguese" de la Cueva */
.variantPirates .occupationBar13 { background-color: #71b5a6; } /* Daniel "The Terror" Johnson */


@CHARSET"ISO-8859-1";
.variantMars .country0{color:#CE7800!important;}/*Global*/
.variantMars .country1{color:#DD51BD!important;}/*Amazonia*/
.variantMars .country2{color:#007BA5!important;}/*Mareotia*/
.variantMars .country3{color:#259901!important;}/*Noachtia*/
.variantMars .country4{color:#8B481A!important;}/*Cydonia*/
.variantMars .country5{color:#D62929!important;}/*Arkadia*/
.variantMars .country6{color:#b8ad00!important;}/*Alborian*/

.variantMars .occupationBar1{background-color:#EFC4E4;}/*Amazonia*/
.variantMars .occupationBar2{background-color:#79AFC6;}/*Mareaotia*/
.variantMars .occupationBar3{background-color:#A4C499;}/*Noachtia*/
.variantMars .occupationBar4{background-color:#A08A75;}/*Cydonia*/
.variantMars .occupationBar5{background-color:#C48F85;}/*Arkadia*/
.variantMars .occupationBar6{background-color:#EAEAAF;}/*Alborian*/
@CHARSET "ISO-8859-1";

.variantColdWar .country0 { color: #CE7800 ! important; } /* Global */
.variantColdWar .country1 { color: #990033 ! important; } /* USSR */
.variantColdWar .country2 { color: #006699 ! important; } /* NATO */

.variantColdWar .occupationBar1 { background-color: #be0707; } /* USSR */
.variantColdWar .occupationBar2 { background-color: #3e5fec; } /* NATO */

@CHARSET "ISO-8859-1";

.variantChesspolitik .country0 { color: #000000 ! important; } /* Neutral */
.variantChesspolitik .country1 { color: #003BA1 ! important; } /* Russians */
.variantChesspolitik .country2 { color: #E60918 ! important; } /* Ottomans */
.variantChesspolitik .country3 { color: #01411C ! important; } /* Mughals */
.variantChesspolitik .country4 { color: #9E4F00 ! important; } /* Chinese */

.variantChesspolitik .occupationBar1 { background-color: #79AFC6; } /* Russians */
.variantChesspolitik .occupationBar2 { background-color: #C46B77; } /* Ottomans */
.variantChesspolitik .occupationBar3 { background-color: #B1B063; } /* Mughals */
.variantChesspolitik .occupationBar4 { background-color: #F5D376; } /* Chinese */

@CHARSET "ISO-8859-1";

.variantPunicWars .country0 { color: #CE7800 ! important; } /* Global */
.variantPunicWars .country1 { color: #D62929 ! important; } /* Carthago   */
.variantPunicWars .country2 { color: #b8ad00 ! important; } /* Hellenii  */
.variantPunicWars .country3 { color: #6F005D ! important; } /* Etruria  */
.variantPunicWars .country4 { color: #259901 ! important; } /* Roma   */

.variantPunicWars .occupationBar1 { background-color: #C48F85; } /* Carthago  */
.variantPunicWars .occupationBar2 { background-color: #EAEAAF; } /* Hellenii */
.variantPunicWars .occupationBar3 { background-color: #A87E9F; } /* Etruria */
.variantPunicWars .occupationBar4 { background-color: #A4C499; } /* Romae  */

