ul.languages {
  list-style: none;
  padding: 0;
}
ul.languages li {
  display: inline;
}
ul.languages li + li:before {
  content: "| ";
  font-weight: normal;
}
ul.languages li.selected {
  font-weight: bold;
}
