

/* botons */

input[type="submit"],button[type="submit"],.cookietool-message button {
	padding:.5em 2em;
	background-color:#000;
	text-transform:uppercase;
	margin-top:auto;
	color:#fff;
	font-weight:700;
	border:none;
}

.cookietool-message button {
	padding:8px 20px;
	font-size:.875rem;
	margin-left:2em;
	margin-top:0;
}

.cookietool-message {
	position:fixed;
	width:100%;
	padding:1em 20px;
	background:rgba(255,255,255,0.9);
	border:0 solid #ccc;
	color:#444;
	box-shadow:0 -4px 4px rgba(0,0,0,0.1);
	font-size:.875rem;
	z-index:999999;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
}

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

.cookietool-message p {
	margin:0;
	display:inline;
}
