#redim-cookiehint {
	width: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: rgba(25, 54, 139, 0.8);
	z-index: 9999999;
    bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#redim-cookiehint .cookiecontent {
    padding: 7px 0;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

#redim-cookiehint .cookiebuttons {
	display: inline-block;
	float: right;
}

#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint.hidden {
	display: none;
	visibility: hidden;
}