<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* mod_jts_translation
* author: Mihàly Marti alias Sarki
* copyright (C) 2012 Joomlatutos.com All Rights Reserved.
* @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL or later.
* Website: http://www.joomlatutos.com
* @email: info@joomlatutos.com
*/

#jts_translation_flags a:hover,
#jts_translation_flags a:active,
#jts_translation_flags a:focus {
	background: none;
}
#jts_translation_module {
	position: relative;
}
#jts_translation_flags img {
	border: none;
}

/* Google params */
body {
    top: 0 !important;
}
.goog-te-banner-frame {
	display: none;
}
#google_translate_element {
	height: 20px;
}
.goog-te-gadget {
	max-height: 28px;
	overflow: hidden;
	padding: 0 2px;
	margin-right: 3px;
}
.goog-te-gadget-icon {
	display:none;
}
.goog-te-menu-value a:hover,
.goog-te-menu-value a:active,
.goog-te-menu-value a:focus,
.goog-te-gadget-simple a:hover,
.goog-te-gadget-simple a:active,
.goog-te-gadget-simple a:focus {
	background: none;
}
.goog-te-gadget-simple {
    background-color: transparent!important;
    border-color: transparent!important;
    border-left: transparent!important;
    border-style: none!important;
    border-width: 0px!important;
    width: 100%!important;
    min-height: 24px!important;
}
.goog-te-gadget .goog-te-combo {
   background: transparent;
	border: none;
}

/* Tooltip */
.goog-tooltip {
	display: none!important;
}
.goog-text-highlight {
	background: none!important;
	box-shadow: none!important;

}

.goog-te-combo option {
    padding: 1px 3px;
}
</pre></body></html>