@charset "utf-8";
/* CSS Document */

#cookieChoiceInfo {
	padding: 30px 10px;
	color: #fff;
	opacity: 0.8;
	bottom: 0px;
	top: auto !important;
	padding: 15px;
	position: fixed;
	width: 100%;
	background-color: #222;
	margin: 0; 
	left: 0; 
	z-index: 9999999999999999;
	line-height: 25px;
}
#cookieChoiceDismiss {
	background-color: #ba7c37;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 1em;
	padding: 3px 10px;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
#cookieChoiceDismiss:hover {
	background-color: #005100;
}
#cookieInfoLink {
	color: #ba7c37;
}
#cookieInfoLink:hover {
	text-decoration: underline;
}
#cookieTable td {
	padding: 5px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

#cookieTable th {
	padding: 5px 0;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#EEE;
}

#cookieTable {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
}