/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-ene-2019, 12:01:15
    Author     : CSnet
*/

.cookietool-message {
	position:fixed;
	z-index:99999;
	width:100%;
	padding:2em;
	text-align:center;

	background-color:rgba(255,255,255,0.9);
	color:#333333;

	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.9);
	box-shadow:0 0 12px rgba(0, 0, 0, 0.9);

}
.cookietool-message-top {
	border-bottom:1px solid #DDDDDD;
/*	border-bottom:1px solid #FFFFFF;*/
	top:0;
}
.cookietool-message-bottom {
	border-top:1px solid #DDDDDD;
/*	border-top:1px solid #FFFFFF;*/
	bottom:0;
}
.cookietool-message p {
	margin:0;
	margin-bottom:1em;
}

