ul.modshare{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.modshare li{
	margin: 0;
	display: inline-block;
}

ul.modshare li a{
	color: #333;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	display: inline-block;
}

ul.modshare li a.fb {
	color: white;
	background-color: #3b5998;
}
ul.modshare li a.tw {
	color: white;
	background-color: #22a1f3;
}
ul.modshare li a.li {
	color: white;
	background-color: #1677b6;
}
ul.modshare li a.gp {
	color: white;
	background-color: #dc4d41;
}
ul.modshare li a.pr {
	color: white;
	background-color: #999;
}

ul.modshare li a:hover,
ul.modshare li a:focus {
	opacity: .75;
	text-decoration: none;
	transform: translateY(-4px);
}

