.social{
	padding: 5px;
	float:left;
}

div.whatsapp a{
	font-family: "Arial", sans-serif;
	background-color: rgb(70, 165, 49);
	font-size: 0.9em;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}

div.whatsapp a:hover{
	background-color: rgb(71, 188, 44);
}