/**
 * 
 */
#cookieConsentOK {
	cursor: pointer;
	margin: 1em;
	background-color: #F60;
	padding: 0.3em 0.5em;
	font-weight: bold;
	white-space: nowrap;
}

#cookieConsentOK:hover {
	text-decoration: underline;
}

#cookieConsentMoreinfo {
	margin: 1em;
	color: #CCC;
}

div#cookieConsentDiv {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0px;
	color: #FFF;
	padding: 0.5em 2em;
	line-height: 2em;
	background-color: #3A437B;
	border: 1px solid #F60;
	border-width: 2px 0px 0 0;
	box-sizing: border-box;
}