.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:70px;
	right:20px;
	background-color:#7C9A1D;
	color:#FFF;
	border-radius:5px;
	text-align:center;
  font-size:30px;
	box-shadow: 0px 0px 0px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:8px;
}