#cookieTest {
	display:none;
	
	position:fixed;
	bottom:5px;
	width:98%;
	
	padding:5px;
	margin-left:1%;
	margin-right:1%;
	
	
	z-index:1000;
	
	
	
	
	max-height: 95vh;
max-width: 100vw;

	overflow: auto;
}
#cookieTest > div {
	width: 900px;
	
	max-width: 100%;
	max-height: 100%;
	
	margin:auto;
	
	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.3) ;
	
	background-color:#F4F4F4;
	cursor:pointer;
	
	
}
#textCooC {
	Xmargin-right:50px;
	font-size:12px;
	line-height:20px;
}
#textCooC * {
	font-size:12px;
}
#textCooC {
	margin-right:0 !important;
}
#cookieTest a {
	font-size:12px;
}			
#btnCookBTN {
	display: flex;
	justify-content: center;
	gap: 5px;
}
#btnCooCOK,#btnCooCNO {
	padding: 8px;
	height: auto !important;
	line-height: auto !important;
	width: auto !important;
	position: relative !important;
	border-radius: 5px;
	background-color: rgba(230,230,230,0.8);
	text-align: center;
}
#btnCooCOK:hover,
#btnCooCNO:hover {
	background-color: #bbb;
}

.optOutCheck,
.optInCheck {
	padding-right:15px;
}
.optOutCheck:hover,
.optInCheck:hover {
	background-color:#CCCCCC;
}
.optOutCheck.optOutCheckTrue,
.optInCheck.optInCheckTrue {
	background-image:url(/images/ok.gif);
	background-repeat: no-repeat;
	background-position: right center;
}