/*
    Datei wird von alter und von Redesigned Seite benutzt!
*/
#CountrySelectLayer {
  box-sizing: content-box;
}
.Redesigned #CountrySelectLayer p {
  margin-top: 0;
}
#CountrySelectLayer .CountryList {
  margin: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#CountrySelectLayer .CountryList > ul {
  margin: 0 1em 0 0;
  list-style: none;
  padding: 0;
}
#CountrySelectLayer .CountryList > ul:last-child {
  margin-right: 0;
}
#CountrySelectLayer button {
  margin: 10px 0 0 0;
}

/*# sourceMappingURL=../../SharedControllers/RedirectCountrySelectLayer/Styles.living4media.css.map */