#cookiesWidget{
	position: fixed;
    z-index: 1000;
	bottom: 0px;
	width: 100%;
	background: #CFECF7;
}

#cookiesWidget .inner{
	max-width: 940px;
	margin:0px auto;

	font-size: 14px;
	color: #444;
	text-align: center;
}

#cookiesWidget .inner .question{
	line-height: 24px;
}

#cookiesWidget .inner .answer{
	color: #232460;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
}

#cookiesWidget .inner .answer:hover{
	text-decoration: underline;
	cursor: pointer;
}
