.lang_url span {
  border: 0 none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Roboto",Arial,sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
  white-space: nowrap;
  width: 100%;
  background-color: #cccccc;
}

.lang_on span {
  background-color: #a1c436;
}

.lang_url span:hover{
  background-color: #ffc299;
}