.country-infoboxes .country {
	display : none;
	background : #eee;
	padding : 10px;
}

.country-infoboxes .country.selected {
	display : block;
}

.country-infoboxes .country h2,
.country-infoboxes .country .phoca-flagbox{
	display : inline-block;
}

.country-infoboxes .country .phoca-flag{
	margin : 0px;
}

.country-infoboxes .organisation {
	border : 1px solid #ccc;
	padding : 0 10px;
	background-color : #f5f5f5;
	border-radius : 3px;
}