/* Hide Google Translate toolbar UI (header) */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
	display: none !important;
}

body {
	top: 0px !important;
}

.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
}

#google_translate_element {
	display: none !important;
}
