
#googleTranslator {
  max-width: 250px;
  float: none;
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  padding: 1%;
  color: white;
  background-color: rgba(100,100,100,0.7);
  font-size: 1.2em;
}

#googleTranslator a {
  color: white;
}