.language {
  width: 212px;
  clear: both;
  padding-top: 8px;
}
.language.en {
  padding-top: 0;
}
.language:before {
  content: " ";
  display: table;
}
.language:after {
  content: " ";
  display: table;
  clear: both;
}
.language li {
  height: 35px;
  line-height: 35px;
  margin-right: 2px;
  margin-top: 2px;
  float: left;
  list-style: none;
  text-align: center;
  background-color: #0367d5;
}
.language li.french {
  width: 57px;
  border-top-left-radius: 8px;
}
.language li.english {
  width: 80px;
}
.language li.spanish {
  width: 80px;
}
.language li.arabic {
  width: 57px;
  border-top-right-radius: 8px;
}
.language li.german {
  width: 57px;
  border-bottom-left-radius: 8px;
}
.language li.mandarin {
  width: 57px;
  border-bottom-right-radius: 8px;
}

.language li a {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  color: #fff;
  font-size: 20px;
}
.language li a:hover {
  text-decoration: none;
}
