
#flags li {
    padding: 5px !important;
}
#flags {
    width: auto !important;
}





#flags.size24 a[title="Italian"]{
	background: url(../img/flag/italy.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}

#flags.size24 a[title="English"]{
	background: url(../img/flag/united-kingdom.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}

#flags.size24 a[title="French"]{
	background: url(../img/flag/france.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}

#flags.size24 a[title="Spanish"]{
	background: url(../img/flag/spain.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="Chinese (Simplified)"]{
	background: url(../img/flag/china.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="Japanese"]{
	background: url(../img/flag/japan.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="German"]{
	background: url(../img/flag/germany.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="Portuguese"]{
	background: url(../img/flag/portugal.png) no-repeat !important;
	width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="Albanian"]{
	background: url(../img/flag/albania.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}
#flags.size24 a[title="Russian"]{
	background: url(../img/flag/russia.png) no-repeat;
	width: 50px !important;
    height: 50px !important;
    background-size: cover;
    border-radius: 50px;
    background-position: center;
	
}


