
#redim-cookiehint{
	width: 100%;
	padding: 20px 5%;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	background-color: #28af86;
	text-align: center;
}



#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: inline-block;	
	margin-top: 7px;
}


#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	color: #fff;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn,
#cookiehintinfo{
	padding: 5px 10px !important;
	color: #333;
	background-color: #eee;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
	border-radius: 4px;
}

#cookiehintinfo{
	margin: 3px 0 0 0;
	width: 100%;
}

#redim-cookiehint .cookiebuttons .btn:hover,
#cookiehintinfo:hover{ 
	background-color: #111111;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}