.lang-item {
  list-style: none;
}

.BUTTON_CTA {
  border-radius: 10px;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: 100;
  padding: 15px;
  background-color: #4698D1;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.BUTTON_CTA:hover {
  background: #4EA7E5;
  text-decoration: none;
  color: #FFFFFF;
}

tr.noBorder td {
  border: 0;
}