.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 16px;
	right: 16px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
	z-index: 100;
}

.my-float {
	width: 100%;
	height: 100%;
	padding: 12px;
}