.wpfloat{
	position:fixed;
	width:40px;
	height:40px;
	top:10px;
	left:0px;
	background-color:#25d366;
	color:#FFF;
	border-radius:1px;
	text-align:center;
    font-size:30px;
  z-index:100;
}

.wp-float{
	margin-top:6px;
}

.dcfloat{
	position:fixed;
	width:40px;
	height:40px;
	top:50px;
	left:0px;
	background-color:#7289da;
	color:#FFF;
	border-radius:1px;
	text-align:center;
  font-size:30px;
  z-index:100;
}

.dc-float{
	margin-top:6px;
}