#cookies_fingerprint
{
	color: #fff;
	opacity: .5;
	padding: .6em .8em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1002;
}

	#cookies_fingerprint:hover
	{
		background: #000;
		border-radius: .5em;
		margin: .5em;
		opacity: .8;
	}

	#cookies_fingerprint i
	{
		float: left;
		margin: .2em 0;
		text-shadow: 0 0 .4em #000;
	}
	
	#cookies_fingerprint img, #cookies_fingerprint svg
	{
		height: 1em;
		width: 1em;
	}

	#cookies_fingerprint span
	{
		display: none;
		margin-left: .5em;
	}

		#cookies_fingerprint:hover span
		{
			display: inline;
		}

@media print
{
	#cookies_fingerprint
	{
		display: none;
	}
}