#cookie-warning {
	color: white;
	background-color: rgba(0,0,0,1);
	text-align: center;
	}
#cookie-warning #cookie-warning-inner {
	padding: 12px 20px 10px 20px;
	}

#cookie-warning.absolute {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 2000;
	}
#cookie-warning.absolute.top {
	top: 0;
	}
#cookie-warning.absolute.bottom {
	bottom: 0;
	}
