div.country {
	margin: 20px 0px;
}

div.country img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: -2px;
}

div.country h3 {
	margin-left: 12px;
	margin: 0px;
	color: #4D9A0E;
}

div.column {
	width: 50%;
	float: left;
}

div.artists li {
	font-size: 0.9em;	
	line-height: 1.2em;
}

div.artists a {
  color: #3B81BE;
  text-decoration: none;
}

div.artists a:hover {
  color: #4D9A0E;
  text-decoration: underline;
}

img.flag {
	border: none;
	width: 30px;
}
