/* CSS Document */
.cookie-notification{
	display: block;
	width: 100%;
	color: #683604;
	padding: 5px 0 10px;
	-webkit-box-shadow: 0px -2px 5px -2px #ccc; 
	box-shadow: 0px -2px 5px -2px #ccc;
	background-color: rgba(246,239,231,.95);
}
.cookie-notification .padl0{
	padding-left: 0;
}
.cookie-notification .padr0{
	padding-right: 0;
}
.cookie-notification p{
	font-size: .6em;
}
.cookie-notification a{
	color: #683604;
	cursor: pointer;
	text-decoration: underline;
}
.cookie-notification img{
	max-height: 35px;
	width: auto;
	margin: 0 1em .5em 0;
	float: left;
}
button.btn-cn-save-ds,
button.btn-cn-save-ds:hover,
.cookie-notification button,
.cookie-notification button:hover{
	font-size: .75em;
	color: #fff;
	cursor: pointer;
	padding: .5em .75em;
	width: 100%;
	border: none;
	background-color: #683604;
}
button.btn-cn-save-ds,
button.btn-cn-save-ds:hover{
	font-size: 1em;
}
.cookie-notification button.btn-cn-denied,
.cookie-notification button.btn-link-cookie-notification{
	color: #683604;
	background-color: #f2c17a;
}
input.btn-cn{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

@media (min-width: 768px){
	.cookie-notification p{
		font-size: .75em;
	}
}