.cookietool-message {
	position: fixed;
	width: 100%;
	padding: .5em;
	text-align: center;
	background: #ccc;
	border: 0 solid #9AA704;
	color: #444;
	opacity:0.95;
}

.cookietool-message-top {
	/*border-bottom-width: 1px;*/
	top: 0;
	z-index:9999;
}

.cookietool-message-bottom {
	/*border-top-width: 1px solid;*/
	bottom: 0;
	z-index:9999;
}

.cookietool-message p {
	margin: 0;
	text-align:center;
	margin-bottom: .5em;
	
}