@charset "utf-8";
/* CSS Document */

#sidebar{
	background-color:#fff;
}

table.bulletins{
	width:95%;
}


table.bulletins td.header{
	font-weight:bold;
	color:#fff;
}

col#number{
	width: 10em;
}

table.bulletins th{
	border-left: 1px solid #dcdcdc;
}

.download a{
	margin-left:3px;
}

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:80%;
	padding:0;
	margin:0;
}

div.country p span.address{
	position: absolute;
	left:6em;
	}
