#sp-accept-cookies{
	z-index: 999;
	padding: 8px 12px;
	display: block;
	background-color: rgba(108,108,108,0.8);
	position: fixed;
	bottom: 0;
	margin: auto !important;
	color: white;
	font-size:1em;
	width:100%;
}

#sp-accept-cookies a.submit {
	margin-left:10px;
	background-color: white;
	color: rgba(108,108,108,1);
	padding:2px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:0.9em;
	cursor:pointer;
}

#sp-accept-cookies a:hover{
	
	background-color: rgba(108,108,108,1);
	color: white;
	border:1px solid white;
}