#controlpads{
	position:fixed;
	top:0;
	right:0;
	bottom:20000;
	left:0;
}

.float-top{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 30px;
	position:fixed;
	width:60px;
	height:60px;
	/* bottom:400px; */
	left:20px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px rgb(149, 36, 255);
}

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



#container {
	position: relative;
	top: 10px;
}