option{
  background-color: #2F4442;
}

#cookies_warning{
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	display:none;
	width:100%;
	text-align:center;
	font-size:14px;
	color:white;
	background-color:rgba(0,0,0,.9);
	z-index:1002;
	display:none;
	position:fixed;
	bottom:0;
	padding-bottom: 20px;
	padding-top:20px;
}


#cookies_warning a{
	color:yellow;
	text-decoration:none;
}

#cookies_warning a:hover{
	color:yellowgreen;
}

a#cookies_warning_accept{
	background-color: red;
	border:1px solid white;
	padding:3px;
	border-radius: 50%;
	width: 25px;
	display:inline-block;
	position: absolute;
	font-size:15px;
	line-height: 15px;
	top:-8px;
	right: 10px;
	z-index: 1005;
	color:white;
}


a#cookies_warning_accept:hover {
	color: red;
	border:1px solid red;
	background-color: #ccc;
}

#cookies_warning{
	
}

a#cookies_warning_accept{
	top:auto;
}

#cookies_warning{
	bottom:0;
}

