#cookieWindow {
	position:relative;
	overflow:auto;
	top:0;
	left:0;
	width:100%;
	opacity:0.8;
	font-size:14px;
	z-index:1000;
}

#cookiePin:hover {
	text-decoration:underline;
}


.dark-window {
	background:black;
	color:white;
}

.light-window {	
	background:white;
	color:black;
}

#cookieWindow .infotext {
	float:left;
	padding:15px 15px 15px 20px;
}

#cookieWindow .submit {
	float:right;
	margin:15px 10px;
	color:#33da33;
}

#cookieWindow .decline{
	float:right;
	margin:15px 10px;
	color:#d60404;
}

#cookieWindow .submit:hover,  #cookieWindow .decline:hover {
	text-decoration:underline;
	cursor:pointer;
}

#cookieWindow .exit-button {
	float:right;
	margin:16px 20px 10px 40px;
	padding:1px;
	cursor:pointer;
}

.dark-window a{
	text-decoration:underline !important;
	color:white !important;
}

.light-window a{
	text-decoration:underline !important;
	color:black !important;
}