#countryPicker {
  width: 360px;
}
#countryPickerLinkWrap, .language-list, .language-list li, .current-lang {
  float: left;
}
ul#countryList,
ul.country-list-offsite {
  padding: 0;
  list-style: none;
}
.language-list li, #countryPickerLink {
  padding: .5em;
  cursor: pointer;
}
.language-list li {
  line-height: 1.5em;
}
.language-list {
  padding-left: 0;
  margin: 0 1em 0 0;
  list-style: none;
}
#countryPickerLinkWrap:hover #countryPickerLink {
  z-index: 1000;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid white;
}
.country-link, .country-link:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
#countryPicker ul.country-list,
#countryPicker ul.country-list-offsite {
  margin: 0;
  padding: 0;
}
#countryPickerLink {
  border: 1px solid #cccccc;
  padding: .25em .5em;
  width: 32px;
  position: relative;
  margin-bottom: -1px;
}
#countryPickerLink img {
  display: block;
}
.gnav-item-v1 #countryPicker.gnav-item-content {
  position: fixed;
  background-color: white;
  text-align: center;
  min-width: 320px;
  border: 1px solid black;
}
.block-template-country-picker-eu-v1 .current-lang {
  font-weight: bold;
}
.block-template-country-picker-eu-v1 .language-list li {
  margin-left: 1em;
  padding-top: 0;
}