
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#129108;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    z-index: 1000;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:10px;
}
