<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Styling for the addtocopy module.
 */

#ctrlcopy {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 5px 0 0 -1px;
  line-height: 0;
  opacity: 0;
}
</pre></body></html>