.Language_AviationReady {
  text-align: right;
  padding: 0 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .Language_AviationReady {
    display: none;
  }
}
.Language_AviationReady li {
  display: inline-block;
  text-transform: uppercase;
}
.Language_AviationReady li ~ li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #002266;
}
.Language_AviationReady a {
  color: #002266;
  text-decoration: none;
}
html[lang="pt"] .Language_AviationReady [href^="/pt/"] {
  border-bottom: 1px solid;
  content: pt;
}
html[lang="en"] .Language_AviationReady [href^="/en/"] {
  border-bottom: 1px solid;
  content: en;
}
html[lang="ar"] .Language_AviationReady [href^="/ar/"] {
  border-bottom: 1px solid;
  content: ar;
}
html[lang="nl"] .Language_AviationReady [href^="/nl/"] {
  border-bottom: 1px solid;
  content: nl;
}

