<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */

.simplewebchat_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5%; /* vom boden entfernt */
	right:0%;
	
  z-index:995;
}

.my-float{
	margin-top:16px;
}</pre></body></html>