.cookies-usage {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #333;
	text-align: center;
	z-index: 5;
	color: white;
	padding: 0.2em;
}

.cookies-usage table {
	margin: auto;
}
.cookies-usage table td {
	padding: 0px 1em 0px;
}

.cookies-usage a, .cookies-usage a:focus, .cookies-usage a:hover {
	text-decoration: underline;
	color: #adf;
}

