/* cookie sissel */

div#cookie_bar {
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 10px 50px 10px 50px;*/
	border-bottom: 1px solid #B8B8B8;
	color: black;
	min-height: 20px;
	background-color:  #414042;
}

div#cookie_bar img.icon {
	/*float: left;*/
	margin: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 15px;
}
div#cookie_bar p {
	height: auto;
	margin: auto;
	max-width: 1280px;
	width: 94%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: white;
}
div#cookie_bar .button {
	/*float: right;*/
	/*margin: 0;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 15px;*/
}

.deny {
	display: none;
	visibility: hidden;
}