#redim-cookiehint{
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	position: fixed;
	font-size: 16px;
	box-shadow: 0 -5px 5px -5px #333;
	background-color: #808080;
	z-index: 9999999;
	bottom: 0px;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	display: inline-block;	
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;

}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	border-radius: 0px !important;
	color: #111111;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;	
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #eeeeee;
	color: #222222;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}