/* Hide the Google Translate header bar on top of the page */

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* Style the dropdown to fit your site better */

#google_translate_element select {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}

