a[href*="google"],
a[href*="facebook"],
a[href*="flickr"] {
	white-space: nowrap;
}

a[href*="google"]::after,
a[href*="facebook"]::after,
a[href*="flickr"]::after {
	width: 16px;
	height: 16px;
	padding-left: 0.25em;
	vertical-align: middle;
}

a[href*="google"]::after {
	content: url("images/Google.svgz");
}

a[href*="facebook"]::after {
	content: url("images/Fakebook.svgz");
}

a[href*="flickr"]::after {
	content: url("images/Fickr.svgz");
}