#main-content-country {
	height: auto;
	width: auto;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.country_main {
	height: 20px;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.country_container {
	height: auto;
	width: auto;
	margin-bottom: 75px;
}

.country_main .flags img {
	margin-right: 5px;
	float: left;
}

.country_main .flags {
	width: 155px;
	height: 20px;
	float: left;
	margin-right: 15px;
}
#main-content-country h2{
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F6F6F;
	margin-bottom: 10px;
	color: #6F6F6F;
}
.country_main .flags a     {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	line-height: 20px;
}
.country_main .flags a:hover {
	text-decoration: underline;

}
