#select-overlay{
	position:absolute;
	bottom:30px;
	right: 20px;
	width: 210px;
	border: 1px solid #D6D6D4;
	box-shadow: 0px 0px 4px 1px #D6D6D4;
}

#country-select{
	width: 100%;
	font-family: Arial;
	font-weight:bold;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFFFFF;
	opacity: 1;
	height: 30px;
	padding-left: 10px;
	padding-right:10px;
	-webkit-appearance: none;
}

.no-touch #country-select:hover, .no-touch #country-select:focus{
	background-color: #FFFFFF;	
	color: #000000;
	outline:none;
	cursor: pointer;
}



@media (max-width:840px) {
	#select-overlay{
		position: static;
		width: 100%;
		box-shadow: none;
	}
}
