.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:40px;
	right:40px;
	background-color:#fd5a82;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #fd5482;
    background-color:#4f4b6c;
}
.my-float{
	margin-top:8px;
}
