
/* CSS Document */

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

.my-float{
	margin-top:16px;
}