.alinea ul {
	margin-left: 20px;
	margin-bottom: 20px;
}
.alinea ul li {
	list-style-type: square;
}
.alinea b {
	font-weight: bold;
}
.tabel-privacy {
	margin-bottom: 20px;
}
.tabel-privacy td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: text-top;
}

.cc-cookies a, .cc-cookies a:hover { 
	color: #fff; 
	text-decoration: underline; 
	margin-left: 10px; 
}
.cc-cookies a:hover { 
	text-decoration: none; 
}
.cc-overlay { 
	height: 100%; 
	padding-top: 25%; 
}
.cc-cookies-error { 
	float: left; 
	width: 90%; 
	text-align: center; 
	margin: 1em 0 2em 0; 
	background: #fff; 
	padding: 2em 5%; 
	border: 1px solid #ccc; 
	font-size: 18px; 
	color: #333; 
}
.cc-cookies a.cc-cookie-reset { 
	background: #f15b00; 
}
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { 
	background: #000; 
	-o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.25s ease-in; 
	-moz-transition: background 0.25s ease-in; 
}
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { 
	display: block; 
	margin-top: 1em; 
}
.cc-cookies.cc-discreet { 
	width: auto; 
	padding: 0.5em 1em; 
	left: auto; 
	top: auto; 
}
.cc-cookies.cc-discreet a.cc-cookie-reset { 
	background: none; 
	text-shadow: none; 
	padding: 0; 
	text-decoration: underline; 
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { 
	text-decoration: none; 
}


/** 
 * ======== Smartphones (portrait and landscape)
 */
@media only screen and (max-width : 1023px) {
	.cc-cookies { 
		min-width: 300px; 
		z-index: 9999; 
		background-color: rgba(0, 0, 0, 0.8); 
		width: 100%; 
		line-height:20px; 
		color:#eeeeee; 
		text-align:center; 
		padding: 20px; 
		position: fixed; 
		box-sizing: border-box;
	}
	.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { 
		display: block; 
		margin: 10px auto; 
		color: #fff; 
		text-decoration: none; 
		max-width: 140px; 
		background: #7DAF3B; 
		padding: 0 5px; 
		border-radius: 3px; 
		box-shadow: 0 0 2px rgba(0,0,0,0.25); 
		text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
		-o-transition: background 0.5s ease-in; 
		-webkit-transition: background 0.25s ease-in; 
		-moz-transition: background 0.25s ease-in; 
	}
	.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { 
		background: #af3b3b; 
	}
	
}


/**
 *  ======  Desktop - Groter dan 768px (ipad mini tot desktop)
 */
@media only screen and (min-width : 1024px) {
	.cc-cookies { 
		min-width: 980px; 
		z-index: 9999; 
		background-color: rgba(0, 0, 0, 0.8); 
		width: 100%;
		line-height:20px; 
		color:#eeeeee; 
		text-align: center; 
		padding: 20px; 
		position: fixed; 
		box-sizing: border-box;
	}
	.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { 
		display: inline-block; 
		color: #fff; 
		text-decoration: none; 
		background: #7DAF3B; 
		padding: 0 5px; 
		border-radius: 3px; 
		box-shadow: 0 0 2px rgba(0,0,0,0.25); 
		text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
		-o-transition: background 0.5s ease-in; 
		-webkit-transition: background 0.25s ease-in; 
		-moz-transition: background 0.25s ease-in; 
	}
	.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { 
		background: #af3b3b; margin-left: 10px; 
	}
	
}
