<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

div.edit-marker&gt;div.edit-marker {
  position:fixed;
  z-index:1000;
  display:none;
}

div.edit-marker&gt;div.edit-marker a.button {
  width:157px;
  height:36px;
  display:block;
  background:transparent url(../images/edit_Button_off.png) no-repeat;
}

div.edit-marker&gt;div.edit-marker a:hover {
  background:transparent url(../images/edit_Button_on.png) no-repeat;
  border:none;
}

div.translation-marker&gt;div.translation-marker {
  position:fixed;
  z-index:1000;
  display:none;
}

div.translation-marker&gt;div.translation-marker a.button {
  width:157px;
  height:36px;
  display:block;
  background:transparent url(../images/translation_Button_off.png) no-repeat;
}

div.translation-marker&gt;div.translation-marker a:hover {
  background:transparent url(../images/translation_Button_on.png) no-repeat;
  border:none;
}
</pre></body></html>