<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#translate-container{
  position: relative;
  float: right; 
  z-index: 6; 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}

.translate-button{
  border: 1px solid #DBD0BC;
  border-radius: 2px;
  line-height: 22px;
  vertical-align: middle;
  padding: 2px 9px 2px 5px;
  background-color: #fff;
  cursor: pointer;
  color: #43347b;
}

.translate-image{
  height: 44px;
  width: 47px;
  cursor: pointer;
}

#translate-info{
  display: none; 
  position: absolute; 
  padding: 7px 18px; 
  width: 380px;
  border: 1px solid #43347b; 
  border-radius: 3px;
  text-align: left; 
  z-index: 6;
  background-color: #fff;
  right: 0;
  top: 50px;      /* Option 1 - Translate Image */ 
  font-size: 13px !important;
  line-height: 25px;
  color: #43347b;
}

#translate-info p { line-height: 1.2em; }

#closeTranslateInfoDiv{
  margin-bottom: 10px;
  text-align:right; 
  font-size: 0.85em;
}

#closeTranslateInfo{ 
  display: inline-block; 
  margin-right: -13px;
  padding: 0 5px;
  font-weight: 600;
}

#closeTranslateInfo:hover{ cursor: pointer; }

#closeTranslateInfoX{
  border: 1px solid #43347b;
  border-radius: 50px;
  padding: 1px 3px;
  font-family: sans-serif;
}

.topRightMenu{
  border-right: none !important; 
  margin-right: -30px !important;
}

@media only screen and (max-width: 470px){
  #translate-info{ width: 250px; }
  #translate-info .goog-te-gadget { white-space: normal !important; } 
}
@media only screen and (max-width: 320px){
  #translate-info{ width: 225px; }
}
</pre></body></html>