@charset "utf-8";

#sidebar{
	padding-top:28px;
}

div.flag{
	position:relative;
	margin-bottom: 1em;
	color: black;
}

div.flag span.countryname{
	position: absolute;
	left:3em;
}


div.country{
	margin-top: 2.5em;
}

div.country p{
	position:relative;
	/*line-height: 0.25em;*/
	padding:0;
	margin:0;
	overflow: visible;
}

div.country p span.address{
	position: absolute;
	left:6em;
	overflow: visible;
	}


