#countrySelector a {
	text-decoration: none;
	position: relative;
}

#countrySelector {
	color: #323232;
}

#countrySelector ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#countrySelector a.active,
#countrySelector a.active:hover {
    color: #999;
    cursor: not-allowed;
}

#countrySelector a:hover {
    color: #f33;
}

#countrySelector .lead {
    font-size: 16px;
    margin-bottom: .3em;
    font-weight: 700;
}

#countrySelector hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

#countrySelector .global:before,
#countrySelector .partner:before {
	font-family: "fsg-icon-regular";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -20px;
    top: 2px;
    font-size: 16px;
    color: #323232;
}

#countrySelector .global:before {
    content: "\f177";
}

#countrySelector .partner:before {
    content: "\f258";
}