<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*
*click to top style goes here.
*
*/

a#clickTop {
  box-sizing: unset;
  display: block;
  text-align: center;
  vertical-align: unset
}
a#clickTop i{
  margin-top: 2px;
  text-align: center;
  vertical-align: middle;
}
a#clickTop{
  text-decoration:none;
}

a#clickTop:focus{
	outline:none;
}
a#clickTop:active{
	background:none;
	color:none;
}
</pre></body></html>