.siteSelector {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.selectorHeader {
	margin-top: 20px;
	text-align: center;
}

.selectorHeader img {
	width: 215px;	
}

.selectorHeader h1 {
	color: #444;
	margin-top: 20px;	
	font-weight: normal;
}

.countryList {
	margin-top: 30px;
}

.countryColumn {
	width: 25%;
	float: left;
}

.countryColumn h2 {
	color: #444;
	font-weight: bold;
}

.countryColumn h2.dummyHeader {
	height: 18px;
}

.countryColumn ul {
	margin-top: 10px;
}

.countryColumn ul li {
	clear: left;
	margin-top: 15px;
    margin-bottom: 25px;
}

.countryColumn ul li a {
	text-decoration: underline;
}

.countryColumn ul li a div.flag {
	height: 30px;
	width: 44px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
	border: solid 1px #c4c4c4;
}

.partnerPop {
	padding: 20px;
	color: #444;
}

.partnerPop h2 {
	margin-bottom: 20px;
	font-weight: bold;
}

.partnerPop form {
	text-align: center;
}

@media screen and (max-width: 750px){
	.countryColumn {
		width: 100%;
		float: left;
	}
	
	.countryColumn:first-child {
		margin-top: -20px;
	}
	
	.countryColumn h2 {
		margin-top: 20px;
	}
	
	.countryColumn h2.dummyHeader {
		display: none;
	}
	
	.countryColumn ul li:last-child {
	    margin-bottom: 5px;
	}
}