
.float{
	position:fixed;
	z-index: 100;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:rgb(219, 43, 43);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

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