#nwe-cookie-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	background: rgba(0,0,0,.8);
	color: #eee;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 10px;
}

#nwe-cookie-bar .nwe-cookie-bar-links a,
#nwe-cookie-bar .nwe-cookie-bar-links a:visited{
	color: #fff;
}

#nwe-cookie-bar .nwe-cookie-bar-links a:hover{
	text-decoration: underline;
}