/* @override http://www.mamatieneunplan.com/_entorno-desarrollo/cookietool.css */

.cookietool-message {
	position: fixed;
	width: 100%;
	text-align: center;
	background-color: #ededed;
	border: 1px solid #a7a8a8;
	color: #444;
	z-index: 100;
}

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

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

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

div.cookietool-message.cookietool-message-top button {
	background-color: #a7a8a8;
	color: white;
}