<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#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;
}</pre></body></html>