.float{
	position:fixed;
	width:300px;
	height:40px;
	bottom:0px;
	
	background-color:#25d366;
	color:#FFF;
	text-align:center;
  font-size:20px;
  z-index:100;
}

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