#share_butttons{
	text-align: center;
}

#share_butttons a {
	border-radius: 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
}

#share_butttons a i {
	color: #FFF;
	line-height: 40px;
	font-size: 25px;
}

#share_butttons > a.share_whatsapp {
	background: #4FCE5D;
}
#share_butttons > a.share_facebook {
	background: #3b5998;
}
#share_butttons > a.share_twitter {
	background: #00acee;
}
#share_butttons > a.share_linkedin {
	background: #0e76a8;
}


