.cookietool-message {
	position: fixed;
	width: 100%;
	padding: .5em;
	text-align: center;
	font-size: 8pt;

	background: #f6f6f6;
	color: #444;
	z-index:999;
}

.cookietool-message button {
	font-size: 8pt;
}

.cookietool-message-top {
	border-bottom-width: 1px;
	top: 0;
}

.cookietool-message-bottom {
	border-top: 1px solid #a7d7f9;
	bottom: 0;
}

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