@-moz-document domain("utopia-game.com"), url-prefix('http://utopia-game.com/wol/game/') {
	/* 
		the code in here only apply to:
			-pages on the domain images.example.com
			-pages whose URLs start with http://example.com/images
	*/
	#leaderboard-ad,#skyscraper-ad,#ad-words {
	   display:none;
	}
	option {
	   background:#fff;
	}
	
	#game-navigation a:hover {
    box-shadow: none !important;
    }
    
    .navigation {
        border:none !important;
    }
    
    .navigation div {
        margin-bottom:3px !important;
    }
    
    #header-navigation div:hover {
    background: none !important;
    box-shadow: none !important;
}


.provinces-legend {
    font-size: 0.9em !important;
}

.game-header h1 {
    box-shadow:none !important;
}

.game-content {
    border:none !important;
}

.change-kingdom {
     margin:0 0 10px 0 !important;
}
.change-kingdom-nav {
    margin:5px auto 10px auto !important;
    width:300px;
    display:block !important;
}

.change-kingdom-nav a {
    padding:1px !important;
    font-size:12px !important;
}
.change-kingdom {
    overflow:hidden;
}

.two-column-stats {
    margin: 10px 0 30px 0 !important;
    border:1px solid white !important;
}

.change-kingdom-form {
    font-size:13px !important;
}

.two-digit-input {
    width:20px !important;
    padding:1px !important;
    border:none !important;
}

#change-kingdom-button {
    margin:0 !important;
    height:inherit !important;
    padding:1px !important;
}

.game-content table.two-column-stats th {
    width:auto !important;
}

.game-content table.two-column-stats td {
    width: auto !important;
}

.province-name {
    text-align:left;
}

}


