#translation h2,
#translation h4,
#translation dt {
  letter-spacing: 0 !important;
}
#translation h4 {
  border: none;
  border-radius: 0.25em;
  transition: all 0.5s;
  display: flex;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
  align-items: flex-end;
}
#translation h4:hover {
  background-color: #e1e2e1;
}
#translation h4.actived a {
  color: #ffffff;
}

#list-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}