<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">select.goog-te-combo { 
  width:143px !important; 
  box-shadow:none !important; 
  -moz-box-shadow:none !important; 
  -webkit-box-shadow:none !important; 
  padding:3px !important; 
  height:auto !important; 
  border:1px solid lightgray !important; 
  border-radius:0px !important; 
  -webkit-border-radius:0px; 
  -moz-border-radius:0px !important; 
}

select.goog-te-combo:focus { 
  box-shadow:none !important; 
  -moz-box-shadow:none !important; 
  -webkit-box-shadow:none !important; 
}

.metabox-holder {
  width:65%;
  float:left;
}

.metabox-holder h2 {
  margin-bottom:18px; 
}

.submit { 
  padding:0px;
}

.form-table th {
  width:50%; 
}

td.advanced { 
  padding-top:0px;
  padding-bottom:0px;
}

p.hello { 
  font-size:12px; 
  color:darkgray; 
}

/* Elegant Theme Translator Styles */

.flag{
	font-size:16px;
	padding:1px 0;
	background-repeat:no-repeat;
	background-image:url(/modules/mod_gtranslate/tmpl/lang/16.png);
}

.flag img,.alt_flag img{
	border:0px !important;
	margin-top:2px !important;
    padding:0px !important;
}

.switcher{
    width:150px;
	margin-top:3px;
	font-family:Arial;
	font-size:10pt;
	text-align:left;
	cursor:pointer;
	overflow:hidden;
	/*position:absolute;*/
	z-index:9999;
	top:0px;
	left:0px;
    line-height:1.5 !important;   
}

.switcher a{
	text-decoration:none;
	display:block;
	font-size:10pt;
    position:relative;
    z-index:9999;
}

.switcher a span{
	margin-right:3px;
	padding:0;
	display:block;
	float:left;
    position:relative;
    z-index:9999;
}

.switcher .selected{
	position:relative;
	z-index:9999;
    float:none !important; 
	
}

.switcher .selected a {
	border:1px solid #CCCCCC;
	color:#666666;
	padding:2px 0px 2px 5px;
    position:relative;
    z-index:9999;
}

.switcher .selected a:hover{
	background:#F0F0F0 url(/modules/mod_gtranslate/tmpl/arrow_down.png) 146px center no-repeat;
    text-decoration:none; 
}

.switcher .option{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#EEEEEE;
	display:none;
	position:relative;
	z-index:9999;
    height:400px; 
    overflow-y:scroll;
    overflow-x:hidden;
}

.switcher .option a{
	color:#000;
	padding:3px 5px;
    position:relative;
    z-index:9999;
}

.switcher .option a:hover{
	background:#FFC;
}

#language{
	/*position:relative;
    z-index:9999;*/
    height:30px;
}

#language_inner {
    width:100%;
    height:100%;
   
}

.attribution {
    width:152px; 
	line-height:1em;
	margin-top:4px;
}

span.goog-branding {
    font-size: 11px;
    font-family: arial;
    color: rgb(102, 102, 102);
    white-space: nowrap;
    padding-top: 4px;
    text-align: left;
    width: 150px;
    margin-top: 2px;
    left:170px;
    z-index: 9999;
    float: right;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: rgb(68, 68, 68);
    text-decoration: none;
    /*float: right;*/
    line-height:0.8em;
}

span.goog-branding img {
    float: left;
    margin:0px;
    width: 37px;
  
}

span.vertical-translator {
    position:auto; 
    float:none !important; 
    font-size: 11px;
    font-family: arial;
    color: rgb(102, 102, 102);
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 4px;
    text-align: left;
    width: 150px;
    margin-top: 2px;
    right: -50px;
    z-index: 9999;
}



#language &gt; div &gt; div:first-child &gt; div { width:100%; }

/* Force overflow content to show so that the drop-down will show */

.widget { overflow:visible !important; }

/*#sidebar { overflow:visible !important; }*/

</pre></body></html>