
#cookieBanner {
	font-size: 10px;
	color: #FFF;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding: 3px;
	background: linear-gradient(-45deg, #760aff, #3250fe);
	text-align: left;
	line-height: 20px;
	border-bottom: solid 0px #000000;
	border-top: solid 0px #000000;
}


#cookieBanner > div { width:90%; margin:auto; text-align:center; }
#cookieBanner p { margin: 0 0 10px 0 ; }
#cookieClose {
	position: absolute;
	right: 25px;
    top: 10px;
    font-size: 26px;
    color: #FFF;
}