.widget-bottom-links a img {
	padding: 6px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	width: 31px;
	height: auto;
	opacity: 0.66;
	background: rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.widget-bottom-links a img:hover {
	opacity: 1.0;
	background: rgba(0, 0, 0, 0.1);
}

.shifted {
	text-align: center;
	margin-bottom: -8px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}