@charset "utf-8";
/* CSS Document */

.float{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 5px;
	background-color: #00CC33;
	color: #FFF;
	border-radius: 100px;
	text-align: justify;
	font-size: 67px;
	box-shadow: 2px 2px 2px #999;
	z-index: 100;
	line-height: 67px;
}

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


@media (min-width: 280px) and (max-width: 768px) {
	

.float{
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 5px;
	background-color: #00CC33;
	color: #FFF;
	border-radius: 100px;
	text-align: justify;
	font-size: 45px;
	box-shadow: 1px 1px 1px #999;
	z-index: 100;
	line-height: 45px;
}

		
}