#easywhatsapp_mobile .whatsapp,#easywhatsapp_web .whatsapp{
	position:fixed;
	z-index:999;
	font-family:Arial,sans-serif;
	background-color:#009846;
	padding:10px;
	border-radius:5px;
}
#easywhatsapp_mobile .whatsapp a,#easywhatsapp_web .whatsapp a{
	text-decoration:none;
	cursor:pointer;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
}
#easywhatsapp_web .whatsapp{
	opacity:.9;
	cursor:pointer;
	bottom:30px;
	left:30px!important;
	color:#fff;
	height:auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
}
#easywhatsapp_web .whatsapp:hover, #easywhatsapp_mobile .whatsapp:hover{
	opacity:1;
}
#easywhatsapp_web .whatsapp img{
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
}
#easywhatsapp_mobile .whatsapp{
	opacity:.9;
	cursor:pointer;
	bottom:16px;
	color:#fff;
	height:auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
}
#easywhatsapp_mobile .whatsapp img{
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
}