
/* CSS Document */

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

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