/*
.cookiesmelding {
	width:300px;
	padding: 5px;
	padding-bottom:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	position: fixed;
	top:30px;
	right: 30px;
	z-index: 8000;
}
*/
.cookiesmelding {
	bottom: 0px;
	display: block;
	width: 100%;
	background-color: #000000;
	height: 15%;
	min-height: 150px;
	position: fixed;
	text-align: center;
	padding: 7px 0px 0px;
	font-size: 14px;
	opacity: 0.8;
	z-index: 9999;
}

.cookiesmelding:hover .meldingbgorange, .cookiesmelding:hover .meldingbgred {
	background: white!important;
/* 	background: #ed9409!important; */
}

.cookiesmelding p, .cookiesmelding a {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	color:white;
	font-weight: lighter;
	font-size:13px;
	line-height: 18px;
}

.cookiesmelding .titel {
	font-weight: bold;
	font-size:16px;
	line-height: 22px;
}

.cookiesmelding a {
	text-decoration: underline;
}

.cookiesmelding a:first-of-type {
	margin-bottom:0px;
	text-decoration: none;
	padding: 0px;
}

.meldingbgorange {
	background: #ed800a;
}
.meldingbgorange:hover {
	background: #ed9409;
}

.meldingbgred {
	background: #A90000;
}
.meldingbgred:hover {
	background: #BC0000;
}

.meldingbgdarkblue {
	background: #1A3882 !important;
}

.meldingbgdarkblue:hover {
	background: #152e6d !important;
}

#cookiealertbox {
	width:900px;
}

#cookiealertbox p {
	font-size:14px;
	line-height: 20px;
	margin-bottom: 10px;
}

#cookiealertbox a {
	color:rgb(68, 68, 68);
}

#cookiealertbox .subtitel {
	font-weight: bold;
	margin-bottom: 0px;
}

.cookieslijst {
	margin-bottom: 10px;
}

.cookieslijst li {
	margin-left:10px;
	font-size:14px;
	line-height: 20px;
	list-style-type: none;
}

.browserlijst {
	margin-top:40px;
}

.browserlijst li {
	float:left;
	margin-left:60px;
	width:150px;
	margin-bottom: 40px;
	list-style-type: none;
}

.browserlijst li .browserfoto {
	height:110px;
	width:110px;
	padding-left:20px;
	padding-right:20px;
}

.browserlijst li p {
	width:150px;
	text-align: center;
}

.tac {
    text-align: center !important;
}